VirtualBox

Changeset 91411 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 27, 2021 4:35:46 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9996: Forgot something in r147041.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.cpp

    r91410 r91411  
    200200
    201201    /* Try to add cloud VMs: */
    202     fResult = qobject_cast<UIWizardAddCloudVM*>(wizard())->addCloudVMs();
     202    fResult = wizard()->addCloudVMs();
    203203
    204204    /* Return result: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageSource.cpp

    r91410 r91411  
    452452
    453453    /* Try to add cloud VMs: */
    454     fResult = qobject_cast<UIWizardAddCloudVM*>(wizard())->addCloudVMs();
     454    fResult = wizard()->addCloudVMs();
    455455
    456456    /* Return result: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp

    r91410 r91411  
    308308    if (fResult)
    309309    {
    310         fResult = qobject_cast<UIWizardNewCloudVM*>(wizard())->createCloudVM();
     310        fResult = wizard()->createCloudVM();
    311311
    312312        /* If the final step failed we could try
     
    356356{
    357357    if (wizard()->vsdForm().isNull())
    358         qobject_cast<UIWizardNewCloudVM*>(wizard())->createVSDForm();
     358        wizard()->createVSDForm();
    359359    updatePropertiesTable();
    360360    emit completeChanged();
     
    392392    wizard()->setVSD(createVirtualSystemDescription(wizard()));
    393393    populateFormProperties(wizard()->vsd(), m_pSourceTabBar, m_strSourceImageId);
    394     qobject_cast<UIWizardNewCloudVM*>(wizard())->createVSDForm();
     394    wizard()->createVSDForm();
    395395    updatePropertiesTable();
    396396}
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageProperties.cpp

    r91410 r91411  
    143143    if (fResult)
    144144    {
    145         fResult = qobject_cast<UIWizardNewCloudVM*>(wizard())->createCloudVM();
     145        fResult = wizard()->createCloudVM();
    146146
    147147        /* If the final step failed we could try
     
    162162    /* Create Virtual System Description Form: */
    163163    if (wizard()->vsdForm().isNull())
    164         qobject_cast<UIWizardNewCloudVM*>(wizard())->createVSDForm();
     164        wizard()->createVSDForm();
    165165
    166166    /* Refresh form properties table: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageSource.cpp

    r91410 r91411  
    517517    wizard()->setVSD(createVirtualSystemDescription(wizard()));
    518518    populateFormProperties(wizard()->vsd(), m_pSourceTabBar, m_strSourceImageId);
    519     qobject_cast<UIWizardNewCloudVM*>(wizard())->createVSDForm();
     519    wizard()->createVSDForm();
    520520
    521521    /* And make sure they are not NULL: */
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