VirtualBox

Ignore:
Timestamp:
Sep 8, 2019 6:19:53 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8938. Converting connection syntaxes. contd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp

    r79365 r80652  
    274274        /* Configure mini-toolbar: */
    275275        m_pMiniToolBar->addMenus(actionPool()->menus());
    276         connect(m_pMiniToolBar, SIGNAL(sigMinimizeAction()),
    277                 this, SLOT(sltShowMinimized()), Qt::QueuedConnection);
    278         connect(m_pMiniToolBar, SIGNAL(sigExitAction()),
    279                 actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen), SLOT(trigger()));
    280         connect(m_pMiniToolBar, SIGNAL(sigCloseAction()),
    281                 actionPool()->action(UIActionIndex_M_Application_S_Close), SLOT(trigger()));
    282         connect(m_pMiniToolBar, SIGNAL(sigNotifyAboutWindowActivationStolen()),
    283                 this, SLOT(sltRevokeWindowActivation()), Qt::QueuedConnection);
     276        connect(m_pMiniToolBar, &UIMiniToolBar::sigMinimizeAction,
     277                this, &UIMachineWindowFullscreen::sltShowMinimized, Qt::QueuedConnection);
     278        connect(m_pMiniToolBar, &UIMiniToolBar::sigExitAction,
     279                actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen), &UIAction::trigger);
     280        connect(m_pMiniToolBar, &UIMiniToolBar::sigCloseAction,
     281                actionPool()->action(UIActionIndex_M_Application_S_Close), &UIAction::trigger);
     282        connect(m_pMiniToolBar, &UIMiniToolBar::sigNotifyAboutWindowActivationStolen,
     283                this, &UIMachineWindowFullscreen::sltRevokeWindowActivation, Qt::QueuedConnection);
    284284    }
    285285}
     
    609609}
    610610#endif /* VBOX_WS_WIN */
    611 
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