VirtualBox

Changeset 90096 in vbox


Ignore:
Timestamp:
Jul 8, 2021 1:08:55 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9996: Build fix.

File:
1 edited

Legend:

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

    r90093 r90096  
    459459        }
    460460    }
     461
     462    if (m_pNameAndSystemEditor)
     463        m_pNameAndSystemEditor->setFocus();
    461464}
    462465
     
    472475    /* Try to create machine folder: */
    473476    return UIWizardNewVMNameOSTypePage::createMachineFolder(m_pNameAndSystemEditor, this, qobject_cast<UIWizardNewVM*>(wizard()));
    474 }
    475 
    476 void UIWizardNewVMNameOSTypePageBasic::showEvent(QShowEvent *pEvent)
    477 {
    478     if (m_pNameAndSystemEditor)
    479         m_pNameAndSystemEditor->setFocus();
    480     UINativeWizardPage::showEvent(pEvent);
    481477}
    482478
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