Changeset 86687 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.cpp
- Timestamp:
- Oct 23, 2020 1:46:16 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.cpp
r86590 r86687 31 31 #include "UIIconPool.h" 32 32 #include "UIMessageCenter.h" 33 #include "UIVirtualBoxEventHandler.h" 33 34 #include "UIVirtualBoxManager.h" 34 35 #include "UIWizardNewCloudVM.h" … … 606 607 607 608 /* Setup connections: */ 608 if (gpManager) 609 connect(gpManager, &UIVirtualBoxManager::sigCloudProfileManagerChange, 610 this, &UIWizardNewCloudVMPageBasic1::sltHandleLocationChange); 609 connect(gVBoxEvents, &UIVirtualBoxEventHandler::sigCloudProfileRegistered, 610 this, &UIWizardNewCloudVMPageBasic1::sltHandleLocationChange); 611 connect(gVBoxEvents, &UIVirtualBoxEventHandler::sigCloudProfileChanged, 612 this, &UIWizardNewCloudVMPageBasic1::sltHandleLocationChange); 611 613 connect(m_pLocationComboBox, static_cast<void(QIComboBox::*)(int)>(&QIComboBox::activated), 612 614 this, &UIWizardNewCloudVMPageBasic1::sltHandleLocationChange);
Note:
See TracChangeset
for help on using the changeset viewer.