Changeset 30547 in vbox
- Timestamp:
- Jun 30, 2010 11:47:19 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h
r30545 r30547 160 160 virtual void sltPerformGuestResize(const QSize & /* toSize */) {}; 161 161 162 /* Various helper slots: */163 virtual void sltNormalizeGeometry() { normalizeGeometry(true); }164 165 162 private: 166 163 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h
r30544 r30547 50 50 void sltDesktopResized(); 51 51 52 #ifdef Q_WS_X11 53 /* Slot to perform synchronized geometry normalization. 54 * Currently its only required under X11 as of its async nature: */ 55 virtual void sltNormalizeGeometry() { normalizeGeometry(true); } 56 #endif /* Q_WS_X11 */ 57 52 58 private: 53 59
Note:
See TracChangeset
for help on using the changeset viewer.