VirtualBox

Changeset 51352 in vbox for trunk


Ignore:
Timestamp:
May 22, 2014 11:49:22 AM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: 7382: Settings Dialog: Small fix for r93831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp

    r51345 r51352  
    484484bool UIMachineSettingsUSB::validate(QList<UIValidationMessage> &messages)
    485485{
     486    printf("UIMachineSettingsUSB::validate\n");
     487
    486488    Q_UNUSED(messages);
    487489
     
    796798    /* Prepare validation: */
    797799    connect(mGbUSB, SIGNAL(stateChanged(int)), this, SLOT(revalidate()));
    798     connect(mRbUSB1, SIGNAL(stateChanged(int)), this, SLOT(revalidate()));
    799     connect(mRbUSB2, SIGNAL(stateChanged(int)), this, SLOT(revalidate()));
    800     connect(mRbUSB3, SIGNAL(stateChanged(int)), this, SLOT(revalidate()));
     800    connect(mRbUSB1, SIGNAL(toggled(bool)), this, SLOT(revalidate()));
     801    connect(mRbUSB2, SIGNAL(toggled(bool)), this, SLOT(revalidate()));
     802    connect(mRbUSB3, SIGNAL(toggled(bool)), this, SLOT(revalidate()));
    801803}
    802804
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