VirtualBox

Changeset 104673 in vbox


Ignore:
Timestamp:
May 16, 2024 10:54:04 AM (7 months ago)
Author:
vboxsync
Message:

FE/VirtualBox: Revert r162446 as it is not building on non macOS hosts

File:
1 edited

Legend:

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

    r104445 r104673  
    681681                        m_pToolBar->setContextMenuPolicy(Qt::CustomContextMenu);
    682682                        m_pToolBar->setUseTextLabels(true);
    683 #if defined(RT_ARCH_ARM64) || defined(RT_ARCH_ARM32)
     683#ifdef VBOX_WS_MAC
    684684                        /* Branding stuff for Qt6 beta: */
    685685                        if (UIVersionInfo::showBetaLabel())
    686686                        {
    687 # ifdef VBOX_WS_MAC
    688687                            m_pToolBar->emulateMacToolbar();
    689 # endif /* VBOX_WS_MAC */
    690688                            m_pToolBar->enableBranding(UIIconPool::iconSet(":/explosion_hazard_32px.png"),
    691689                                                       "Dev Preview", // do we need to make it NLS?
     
    693691                                                       74 /* width of BETA label */);
    694692                        }
    695 #endif /* defined(RT_ARCH_ARM64) || defined(RT_ARCH_ARM32) */
     693#endif /* VBOX_WS_MAC */
    696694
    697695                        /* Add toolbar into layout: */
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