VirtualBox

Changeset 94166 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 11, 2022 9:34:23 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9996: Fixing regression in Add Cloud VM wizard; Current item change signal comes before actual selection change signal while we are interested in latter fact.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm
Files:
2 edited

Legend:

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

    r93233 r94166  
    145145    connect(m_pProfileToolButton, &QIToolButton::clicked,
    146146            this, &UIWizardAddCloudVMPageExpert::sltHandleProfileButtonClick);
    147     connect(m_pSourceInstanceList, &QListWidget::currentRowChanged,
    148             this, &UIWizardAddCloudVMPageExpert::completeChanged);
     147    connect(m_pSourceInstanceList, &QListWidget::itemSelectionChanged,
     148            this, &UIWizardAddCloudVMPageExpert::sltHandleSourceInstanceChange);
    149149}
    150150
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageSource.cpp

    r93998 r94166  
    363363    connect(m_pProfileToolButton, &QIToolButton::clicked,
    364364            this, &UIWizardAddCloudVMPageSource::sltHandleProfileButtonClick);
    365     connect(m_pSourceInstanceList, &QListWidget::currentRowChanged,
     365    connect(m_pSourceInstanceList, &QListWidget::itemSelectionChanged,
    366366            this, &UIWizardAddCloudVMPageSource::sltHandleSourceInstanceChange);
    367367}
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