Changeset 23246 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h
- Timestamp:
- Sep 23, 2009 8:56:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h
r16693 r23246 30 30 #if defined (Q_WS_MAC) 31 31 # include <Carbon/Carbon.h> 32 /* Carbon.h includes AssertMacros.h which defines the macro "check". In 33 * QItemDelegate a class method is called check also. As we not used the macro 34 * undefine it here. */ 35 # undef check 32 36 #endif 33 37
Note:
See TracChangeset
for help on using the changeset viewer.