- Timestamp:
- May 14, 2020 1:39:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserAbstractModel.cpp
r84303 r84304 176 176 strProfileName); 177 177 if (pTask) 178 {179 connect(uiCommon().threadPoolCloud(), &UIThreadPool::sigTaskComplete,180 this, &UIChooserAbstractModel::sltHandleCloudListMachinesTaskComplete);181 178 uiCommon().threadPoolCloud()->enqueueTask(pTask); 182 }183 179 } 184 180 } … … 509 505 { 510 506 #ifdef VBOX_GUI_WITH_CLOUD_VMS 507 /* Cloud thread-pool connections: */ 508 connect(uiCommon().threadPoolCloud(), &UIThreadPool::sigTaskComplete, 509 this, &UIChooserAbstractModel::sltHandleCloudListMachinesTaskComplete); 511 510 /* Setup temporary connections, 512 511 * this is to be replaced by corresponding Main API event later. */
Note:
See TracChangeset
for help on using the changeset viewer.