VirtualBox

Changeset 84304 in vbox for trunk


Ignore:
Timestamp:
May 14, 2020 1:39:18 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Chooser pane: Cloud thread-pool connection needs to be registered once.

File:
1 edited

Legend:

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

    r84303 r84304  
    176176                                                                             strProfileName);
    177177                if (pTask)
    178                 {
    179                     connect(uiCommon().threadPoolCloud(), &UIThreadPool::sigTaskComplete,
    180                             this, &UIChooserAbstractModel::sltHandleCloudListMachinesTaskComplete);
    181178                    uiCommon().threadPoolCloud()->enqueueTask(pTask);
    182                 }
    183179            }
    184180        }
     
    509505{
    510506#ifdef VBOX_GUI_WITH_CLOUD_VMS
     507    /* Cloud thread-pool connections: */
     508    connect(uiCommon().threadPoolCloud(), &UIThreadPool::sigTaskComplete,
     509            this, &UIChooserAbstractModel::sltHandleCloudListMachinesTaskComplete);
    511510    /* Setup temporary connections,
    512511     * this is to be replaced by corresponding Main API event later. */
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