Changeset 97679 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp
- Timestamp:
- Nov 25, 2022 10:04:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp
r96426 r97679 323 323 connect(gVBoxEvents, &UIVirtualBoxEventHandler::sigCloudProfileChanged, 324 324 this, &UIWizardImportAppPageExpert::sltHandleSourceComboChange); 325 connect(m_pSourceComboBox, static_cast<void(QIComboBox::*)(int)>(&QIComboBox::activated),325 connect(m_pSourceComboBox, &QIComboBox::activated, 326 326 this, &UIWizardImportAppPageExpert::sltHandleSourceComboChange); 327 327 connect(m_pFileSelector, &UIEmptyFilePathSelector::pathChanged,
Note:
See TracChangeset
for help on using the changeset viewer.