VirtualBox

Changeset 90282 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 22, 2021 10:02:08 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9996. Connecting media selection combo index change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp

    r90281 r90282  
    281281    if (m_pDiskSelectionButton)
    282282        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);
    288288
    289289
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette