Changeset 58922 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 30, 2015 7:43:58 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104425
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp
r58921 r58922 64 64 # if QT_VERSION >= 0x050000 65 65 # include <xcb/xcb.h> 66 # endif /* QT_VERSION >= 0x050000 */ 66 # else /* QT_VERSION < 0x050000 */ 67 # ifdef KeyPress 68 const int XKeyPress = KeyPress; 69 const int XKeyRelease = KeyRelease; 70 # undef KeyPress 71 # undef KeyRelease 72 # endif /* KeyPress */ 73 # endif /* QT_VERSION < 0x050000 */ 67 74 #endif /* Q_WS_X11 */ 68 75
Note:
See TracChangeset
for help on using the changeset viewer.