- Timestamp:
- Sep 23, 2009 8:56:22 AM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 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 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSettingsDialogSpecific.cpp
r23243 r23246 22 22 23 23 // #define ENABLE_GLOBAL_USB 24 /* @todo: poetzsch: This includes somehow AssertMacros.h on Mac OS X, which25 * defines a macro "check". This name is also used in a Qt class. Have to look26 * at this in detail later */27 #include "VBoxVMSettingsHD.h"28 24 29 25 #include "VBoxSettingsDialogSpecific.h" … … 42 38 #include "VBoxVMSettingsSystem.h" 43 39 #include "VBoxVMSettingsDisplay.h" 40 #include "VBoxVMSettingsHD.h" 44 41 #include "VBoxVMSettingsAudio.h" 45 42 #include "VBoxVMSettingsNetwork.h"
Note:
See TracChangeset
for help on using the changeset viewer.