Changeset 64767 in vbox
- Timestamp:
- Nov 30, 2016 3:44:11 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112115
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.h
r64446 r64767 108 108 private slots: 109 109 110 #if QT_VERSION < 0x050000 110 #if QT_VERSION == 0 111 /** Stupid moc does not warn if it cannot find headers! */ 112 void QT_VERSION_NOT_DEFINED 113 #elif QT_VERSION < 0x050000 111 114 /** Handles host-screen count change to @a cHostScreenCount. */ 112 115 void sltHandleHostScreenCountChanged(int cHostScreenCount); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.h
r64762 r64767 136 136 /** Finalises keyboard capture. */ 137 137 void sltFinaliseCaptureKeyboard(); 138 #elif QT_VERSION == 0 139 /** Stupid moc does not warn if it cannot find headers! */ 140 void QT_VERSION_NOT_DEFINED 138 141 #endif 139 142 -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.h
r63952 r64767 83 83 /** Handles host-screen available-area change. */ 84 84 void sltHandleHostScreenAvailableAreaChange(); 85 #elif QT_VERSION == 0 86 /** Stupid moc does not warn if it cannot find headers! */ 87 void QT_VERSION_NOT_DEFINED 85 88 #endif /* VBOX_WS_X11 && QT_VERSION >= 0x050000 */ 86 89
Note:
See TracChangeset
for help on using the changeset viewer.