Changeset 84303 in vbox
- Timestamp:
- May 14, 2020 1:19:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserAbstractModel.cpp
r84186 r84303 508 508 void UIChooserAbstractModel::prepareConnections() 509 509 { 510 #ifdef VBOX_GUI_WITH_CLOUD_VMS 510 511 /* Setup temporary connections, 511 512 * this is to be replaced by corresponding Main API event later. */ 512 513 connect(&uiCommon(), &UICommon::sigCloudMachineRegistered, 513 514 this, &UIChooserAbstractModel::sltCloudMachineRegistered); 515 #endif 514 516 515 517 /* Setup global connections: */
Note:
See TracChangeset
for help on using the changeset viewer.