VirtualBox

Changeset 91640 in vbox for trunk


Ignore:
Timestamp:
Oct 8, 2021 12:27:18 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147365
Message:

FE/Qt: bugref:9996: Tiny cleanup in UIWizardNewCloudVM.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp

    r91499 r91640  
    199199            this, &UIWizardNewCloudVMPageExpert::sltHandleProfileButtonClick);
    200200    connect(m_pSourceTabBar, &QTabBar::currentChanged,
    201             this, &UIWizardNewCloudVMPageExpert::sltHandleSourceChange);
     201            this, &UIWizardNewCloudVMPageExpert::sltHandleSourceTabBarChange);
    202202    connect(m_pSourceImageList, &QListWidget::currentRowChanged,
    203203            this, &UIWizardNewCloudVMPageExpert::sltHandleSourceImageChange);
     
    327327}
    328328
    329 void UIWizardNewCloudVMPageExpert::sltHandleSourceChange()
     329void UIWizardNewCloudVMPageExpert::sltHandleSourceTabBarChange()
    330330{
    331331    updateSource();
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.h

    r91499 r91640  
    6969
    7070    /** Handles change in source tab-bar. */
    71     void sltHandleSourceChange();
     71    void sltHandleSourceTabBarChange();
    7272
    7373    /** Handles change in instance list. */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageSource.cpp

    r91499 r91640  
    426426            this, &UIWizardNewCloudVMPageSource::sltHandleProfileButtonClick);
    427427    connect(m_pSourceTabBar, &QTabBar::currentChanged,
    428             this, &UIWizardNewCloudVMPageSource::sltHandleSourceChange);
     428            this, &UIWizardNewCloudVMPageSource::sltHandleSourceTabBarChange);
    429429    connect(m_pSourceImageList, &QListWidget::currentRowChanged,
    430430            this, &UIWizardNewCloudVMPageSource::sltHandleSourceImageChange);
     
    546546}
    547547
    548 void UIWizardNewCloudVMPageSource::sltHandleSourceChange()
     548void UIWizardNewCloudVMPageSource::sltHandleSourceTabBarChange()
    549549{
    550550    updateSource();
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageSource.h

    r91499 r91640  
    114114
    115115    /** Handles change in source tab-bar. */
    116     void sltHandleSourceChange();
     116    void sltHandleSourceTabBarChange();
    117117
    118118    /** Handles change in image list. */
Note: See TracChangeset for help on using the changeset viewer.

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