Changeset 60073 in vbox
- Timestamp:
- Mar 17, 2016 12:28:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp
r60072 r60073 831 831 832 832 # elif defined(Q_WS_X11) 833 # pragma GCC diagnostic push 834 # pragma GCC diagnostic ignored "-Wdeprecated-declarations" 833 # if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 834 # pragma GCC diagnostic push 835 # pragma GCC diagnostic ignored "-Wdeprecated-declarations" 836 # endif 835 837 836 838 bool UIHostComboEditorPrivate::x11Event(XEvent *pEvent) … … 857 859 } 858 860 859 # pragma GCC diagnostic pop 861 # if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 862 # pragma GCC diagnostic pop 863 # endif 860 864 # endif /* Q_WS_X11 */ 861 865
Note:
See TracChangeset
for help on using the changeset viewer.