VirtualBox

Changeset 52460 in vbox


Ignore:
Timestamp:
Aug 22, 2014 11:13:54 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95674
Message:

FE/Qt: Mac OS X: Build fix for r95673: Usual issue with moc generator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h

    r52459 r52460  
    269269    Q_OBJECT;
    270270    Q_ENUMS(MenuHelpActionType);
    271 #ifdef Q_WS_MAC
     271#ifdef RT_OS_DARWIN
    272272    Q_ENUMS(MenuApplicationActionType);
    273 #endif /* Q_WS_MAC */
     273#endif /* RT_OS_DARWIN */
    274274    Q_ENUMS(RuntimeMenuType);
    275275    Q_ENUMS(RuntimeMenuMachineActionType);
     
    293293        MenuHelpActionType_CheckForUpdates      = RT_BIT(4),
    294294#endif /* VBOX_GUI_WITH_NETWORK_MANAGER */
    295 #ifndef Q_WS_MAC
     295#ifndef RT_OS_DARWIN
    296296        MenuHelpActionType_About                = RT_BIT(5),
    297297        MenuHelpActionType_Preferences          = RT_BIT(6),
    298 #endif /* !Q_WS_MAC */
     298#endif /* !RT_OS_DARWIN */
    299299        MenuHelpActionType_All                  = 0xFFFF
    300300    };
    301301
    302 #ifdef Q_WS_MAC
     302#ifdef RT_OS_DARWIN
    303303    /** Menu "Application": Action types. */
    304304    enum MenuApplicationActionType
     
    310310        MenuApplicationActionType_All         = 0xFFFF
    311311    };
    312 #endif /* Q_WS_MAC */
     312#endif /* RT_OS_DARWIN */
    313313
    314314    /** Runtime UI: Menu types. */
     
    347347        RuntimeMenuMachineActionType_Shutdown          = RT_BIT(13),
    348348        RuntimeMenuMachineActionType_PowerOff          = RT_BIT(14),
    349 #ifndef Q_WS_MAC
     349#ifndef RT_OS_DARWIN
    350350        RuntimeMenuMachineActionType_Close             = RT_BIT(15),
    351 #endif /* !Q_WS_MAC */
     351#endif /* !RT_OS_DARWIN */
    352352        RuntimeMenuMachineActionType_All               = 0xFFFF
    353353    };
Note: See TracChangeset for help on using the changeset viewer.

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