VirtualBox

Changeset 23246 in vbox for trunk


Ignore:
Timestamp:
Sep 23, 2009 8:56:22 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4-OSX: fix r52704 properly

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h

    r16693 r23246  
    3030#if defined (Q_WS_MAC)
    3131# 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
    3236#endif
    3337
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxSettingsDialogSpecific.cpp

    r23243 r23246  
    2222
    2323// #define ENABLE_GLOBAL_USB
    24 /* @todo: poetzsch: This includes somehow AssertMacros.h on Mac OS X, which
    25  * defines a macro "check". This name is also used in a Qt class. Have to look
    26  * at this in detail later */
    27 #include "VBoxVMSettingsHD.h"
    2824
    2925#include "VBoxSettingsDialogSpecific.h"
     
    4238#include "VBoxVMSettingsSystem.h"
    4339#include "VBoxVMSettingsDisplay.h"
     40#include "VBoxVMSettingsHD.h"
    4441#include "VBoxVMSettingsAudio.h"
    4542#include "VBoxVMSettingsNetwork.h"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette