VirtualBox

Ignore:
Timestamp:
May 2, 2012 1:55:51 PM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: Mac build fix for r77722.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.h

    r41114 r41115  
    4949    void sltPopupMainMenu();
    5050
    51 #ifndef Q_WS_MAC
     51#ifndef RT_OS_DARWIN
     52    /* Current Qt on MAC has something broken in moc generation,
     53     * so we have to use RT_OS_DARWIN instead of Q_WS_MAC here. */
    5254    /* Update mini tool-bar mask: */
    5355    void sltUpdateMiniToolBarMask();
    54 #endif /* !Q_WS_MAC */
     56#endif /* !RT_OS_DARWIN */
    5557
    5658private:
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