Changeset 94166 in vbox for trunk/src/VBox
- Timestamp:
- Mar 11, 2022 9:34:23 AM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.cpp
r93233 r94166 145 145 connect(m_pProfileToolButton, &QIToolButton::clicked, 146 146 this, &UIWizardAddCloudVMPageExpert::sltHandleProfileButtonClick); 147 connect(m_pSourceInstanceList, &QListWidget:: currentRowChanged,148 this, &UIWizardAddCloudVMPageExpert:: completeChanged);147 connect(m_pSourceInstanceList, &QListWidget::itemSelectionChanged, 148 this, &UIWizardAddCloudVMPageExpert::sltHandleSourceInstanceChange); 149 149 } 150 150 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageSource.cpp
r93998 r94166 363 363 connect(m_pProfileToolButton, &QIToolButton::clicked, 364 364 this, &UIWizardAddCloudVMPageSource::sltHandleProfileButtonClick); 365 connect(m_pSourceInstanceList, &QListWidget:: currentRowChanged,365 connect(m_pSourceInstanceList, &QListWidget::itemSelectionChanged, 366 366 this, &UIWizardAddCloudVMPageSource::sltHandleSourceInstanceChange); 367 367 }
Note:
See TracChangeset
for help on using the changeset viewer.