VirtualBox

Ignore:
Timestamp:
Sep 22, 2020 2:13:41 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: Build fix for r140482.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.cpp

    r86217 r86223  
    11931193}
    11941194
     1195#ifndef VBOX_WS_MAC
    11951196void UIDetailsElement::popupMenuBarEditor(const QString &strValue)
    11961197{
     
    12191220            || (!fEnabled && pTriggeredAction == pActionEnable)))
    12201221    {
    1221 #ifndef VBOX_WS_MAC
    12221222        gEDataManager->setMenuBarEnabled(!fEnabled, machine().GetId());
     1223    }
     1224}
    12231225#endif
    1224     }
    1225 }
    12261226
    12271227void UIDetailsElement::popupStatusBarEditor(const QString &strValue)
     
    12551255}
    12561256
     1257#ifndef VBOX_WS_MAC
    12571258void UIDetailsElement::popupMiniToolbarEditor(const QString &strValue)
    12581259{
     
    12981299    }
    12991300}
     1301#endif
    13001302
    13011303void UIDetailsElement::popupCloudEditor(const QString &strValue)
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.h

    r86217 r86223  
    293293        /** Popups visual-state type editor. */
    294294        void popupVisualStateTypeEditor(const QString &strValue);
     295#ifndef VBOX_WS_MAC
    295296        /** Popups menu-bar editor. */
    296297        void popupMenuBarEditor(const QString &strValue);
     298#endif
    297299        /** Popups status-bar editor. */
    298300        void popupStatusBarEditor(const QString &strValue);
     301#ifndef VBOX_WS_MAC
    299302        /** Popups mini-toolbar editor. */
    300303        void popupMiniToolbarEditor(const QString &strValue);
     304#endif
    301305        /** Popups cloud editor. */
    302306        void popupCloudEditor(const QString &strValue);
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