VirtualBox

Ignore:
Timestamp:
Sep 15, 2019 4:38:19 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8938: VirtualBox Manager: Details pane: Fixing regression of r133351.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsItem.cpp

    r80786 r80794  
    280280    , m_iStepNumber(iStepNumber)
    281281{
    282     /* Prepare connections (old style, polymorph): */
     282    /* Prepare connections (2nd should always be old style, polymorph, cause parent can be set or group): */
    283283    connect(qobject_cast<UIDetailsItem*>(pBuildObject), &UIDetailsItem::sigBuildDone,
    284284            this, &UIPrepareStep::sltStepDone,
    285285            Qt::QueuedConnection);
    286     if (qobject_cast<UIDetailsGroup*>(pParent))
    287         connect(this, &UIPrepareStep::sigStepDone,
    288                 qobject_cast<UIDetailsGroup*>(pParent), &UIDetailsGroup::sltBuildStep,
    289                 Qt::QueuedConnection);
     286    connect(this, SIGNAL(sigStepDone(QUuid, int)),
     287            pParent, SLOT(sltBuildStep(QUuid, int)),
     288            Qt::QueuedConnection);
    290289}
    291290
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