Changeset 90282 in vbox for trunk/src/VBox
- Timestamp:
- Jul 22, 2021 10:02:08 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp
r90281 r90282 281 281 if (m_pDiskSelectionButton) 282 282 connect(m_pDiskSelectionButton, &QIToolButton::clicked, 283 this, &UIWizardNewVMPageExpert::sltGetWithFileOpenDialog);284 285 //if (m_pDiskSelector)286 //connect(m_pDiskSelector, static_cast<void(UIMediaComboBox::*)(int)>(&UIMediaComboBox::currentIndexChanged),287 //this, &UIWizardNewVMPageExpert::sltMediaComboBoxIndexChanged);283 this, &UIWizardNewVMPageExpert::sltGetWithFileOpenDialog); 284 285 if (m_pDiskSelector) 286 connect(m_pDiskSelector, static_cast<void(UIMediaComboBox::*)(int)>(&UIMediaComboBox::currentIndexChanged), 287 this, &UIWizardNewVMPageExpert::sltMediaComboBoxIndexChanged); 288 288 289 289
Note:
See TracChangeset
for help on using the changeset viewer.