VirtualBox

Changeset 97850 in vbox


Ignore:
Timestamp:
Dec 20, 2022 4:06:50 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154936
Message:

FE/Qt: bugref:9898: Migrating UIWizardDiskEditors bits to Qt6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardDiskEditors.cpp

    r96407 r97850  
    636636
    637637    setMediumFormat(m_formatList[0].m_comFormat);
    638 #ifdef VBOX_IS_QT6_OR_LATER
    639638    connect(m_pFormatButtonGroup, static_cast<void(QButtonGroup::*)(QAbstractButton *)>(&QButtonGroup::buttonClicked),
    640639            this, &UIDiskFormatsGroupBox::sigMediumFormatChanged);
    641 #else
    642     connect(m_pFormatButtonGroup, static_cast<void(QButtonGroup::*)(int)>(&QButtonGroup::buttonClicked),
    643             this, &UIDiskFormatsGroupBox::sigMediumFormatChanged);
    644 #endif
    645640}
    646641
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