Changeset 59335 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 14, 2016 8:32:28 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105007
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.cpp
r58142 r59335 200 200 201 201 #ifdef Q_WS_WIN 202 # if QT_VERSION < 0x050000 202 203 bool UIMachineWindowScale::winEvent(MSG *pMessage, long *pResult) 203 204 { … … 244 245 return UIMachineWindow::winEvent(pMessage, pResult); 245 246 } 247 # endif /* QT_VERSION < 0x050000 */ 246 248 #endif /* Q_WS_WIN */ 247 249 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h
r58142 r59335 57 57 bool event(QEvent *pEvent); 58 58 #ifdef Q_WS_WIN 59 /** Windows: Common native @a pEvent handler. */ 59 # if QT_VERSION < 0x050000 60 /** Qt4: Win: Handles all native messages. */ 60 61 bool winEvent(MSG *pMessage, long *pResult); 62 # endif /* QT_VERSION < 0x050000 */ 61 63 #endif /* Q_WS_WIN */ 62 64
Note:
See TracChangeset
for help on using the changeset viewer.