VirtualBox

Changeset 107347 in vbox for trunk


Ignore:
Timestamp:
Dec 18, 2024 11:13:46 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166385
Message:

FE/Qt: bugref:10814: VBox Manager: Adding more connections to cleanup part for Machine tool manager.

File:
1 edited

Legend:

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

    r107343 r107347  
    513513void UIMachineManagerWidget::cleanupConnections()
    514514{
     515    /* Global COM event handlers: */
     516    disconnect(gVBoxEvents, &UIVirtualBoxEventHandler::sigMachineStateChange,
     517               this, &UIMachineManagerWidget::sltHandleMachineStateChange);
     518    disconnect(gEDataManager, &UIExtraDataManager::sigSettingsExpertModeChange,
     519               this, &UIMachineManagerWidget::sltHandleSettingsExpertModeChange);
     520
     521    /* Parent connections: */
     522    disconnect(m_pParent, &UIToolPaneGlobal::sigSwitchToMachineActivityPane,
     523               this, &UIMachineManagerWidget::sltSwitchToVMActivityTool);
     524
     525    /* Splitter connections: */
     526    disconnect(m_pSplitter, &QISplitter::splitterMoved,
     527               this, &UIMachineManagerWidget::sltHandleSplitterMove);
     528
    515529    /* Chooser-pane connections: */
    516530    disconnect(chooser(), &UIChooser::sigSelectionChanged,
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