VirtualBox

Changeset 103022 in vbox


Ignore:
Timestamp:
Jan 24, 2024 1:20:45 PM (10 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10501: Forgot a bit of cleanup in r161256.

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

Legend:

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

    r102838 r103022  
    274274
    275275    /* Abstract Chooser-model connections: */
     276    connect(model(), &UIChooserModel::sigGroupSavingStateChanged,
     277            this, &UIChooser::sigGroupSavingStateChanged);
    276278    connect(model(), &UIChooserModel::sigCloudMachineStateChange,
    277279            this, &UIChooser::sigCloudMachineStateChange);
    278     connect(model(), &UIChooserModel::sigGroupSavingStateChanged,
    279             this, &UIChooser::sigGroupSavingStateChanged);
    280280    connect(model(), &UIChooserModel::sigCloudUpdateStateChanged,
    281281            this, &UIChooser::sigCloudUpdateStateChanged);
     
    322322
    323323    /* Abstract Chooser-model connections: */
     324    disconnect(model(), &UIChooserModel::sigGroupSavingStateChanged,
     325               this, &UIChooser::sigGroupSavingStateChanged);
    324326    disconnect(model(), &UIChooserModel::sigCloudMachineStateChange,
    325327               this, &UIChooser::sigCloudMachineStateChange);
    326     disconnect(model(), &UIChooserModel::sigGroupSavingStateChanged,
    327                this, &UIChooser::sigGroupSavingStateChanged);
    328328    disconnect(model(), &UIChooserModel::sigCloudUpdateStateChanged,
    329329               this, &UIChooser::sigCloudUpdateStateChanged);
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.h

    r102838 r103022  
    5151signals:
    5252
    53     /** @name Cloud machine stuff.
    54       * @{ */
    55         /** Notifies listeners about state change for cloud machine with certain @a uId. */
    56         void sigCloudMachineStateChange(const QUuid &uId);
    57     /** @} */
    58 
    5953    /** @name Group saving stuff.
    6054      * @{ */
     
    6559    /** @name Cloud update stuff.
    6660      * @{ */
     61        /** Notifies listeners about cloud machine state change.
     62          * @param  uId  Brings the cloud machine ID. */
     63        void sigCloudMachineStateChange(const QUuid &uId);
     64
    6765        /** Notifies listeners about cloud update state change. */
    6866        void sigCloudUpdateStateChanged();
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