VirtualBox

Changeset 84186 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 7, 2020 2:17:42 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137794
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Chooser pane: Rename slots related to local VMs only accordingly.

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

Legend:

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

    r84105 r84186  
    320320}
    321321
    322 void UIChooserAbstractModel::sltMachineStateChanged(const QUuid &uMachineId, const KMachineState)
     322void UIChooserAbstractModel::sltLocalMachineStateChanged(const QUuid &uMachineId, const KMachineState)
    323323{
    324324    /* Update machine-nodes with passed id: */
     
    326326}
    327327
    328 void UIChooserAbstractModel::sltMachineDataChanged(const QUuid &uMachineId)
     328void UIChooserAbstractModel::sltLocalMachineDataChanged(const QUuid &uMachineId)
    329329{
    330330    /* Update machine-nodes with passed id: */
     
    515515    /* Setup global connections: */
    516516    connect(gVBoxEvents, &UIVirtualBoxEventHandler::sigMachineStateChange,
    517             this, &UIChooserAbstractModel::sltMachineStateChanged);
     517            this, &UIChooserAbstractModel::sltLocalMachineStateChanged);
    518518    connect(gVBoxEvents, &UIVirtualBoxEventHandler::sigMachineDataChange,
    519             this, &UIChooserAbstractModel::sltMachineDataChanged);
     519            this, &UIChooserAbstractModel::sltLocalMachineDataChanged);
    520520    connect(gVBoxEvents, &UIVirtualBoxEventHandler::sigMachineRegistered,
    521521            this, &UIChooserAbstractModel::sltLocalMachineRegistered);
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserAbstractModel.h

    r84059 r84186  
    131131    /** @name Main event handling stuff.
    132132      * @{ */
    133         /** Handles machine @a enmState change for machine with certain @a uMachineId. */
    134         virtual void sltMachineStateChanged(const QUuid &uMachineId, const KMachineState enmState);
    135         /** Handles machine data change for machine with certain @a uMachineId. */
    136         virtual void sltMachineDataChanged(const QUuid &uMachineId);
     133        /** Handles local machine @a enmState change for machine with certain @a uMachineId. */
     134        virtual void sltLocalMachineStateChanged(const QUuid &uMachineId, const KMachineState enmState);
     135        /** Handles local machine data change for machine with certain @a uMachineId. */
     136        virtual void sltLocalMachineDataChanged(const QUuid &uMachineId);
    137137        /** Handles local machine registering/unregistering for machine with certain @a uMachineId. */
    138138        virtual void sltLocalMachineRegistered(const QUuid &uMachineId, const bool fRegistered);
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