- Timestamp:
- May 22, 2014 11:49:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp
r51345 r51352 484 484 bool UIMachineSettingsUSB::validate(QList<UIValidationMessage> &messages) 485 485 { 486 printf("UIMachineSettingsUSB::validate\n"); 487 486 488 Q_UNUSED(messages); 487 489 … … 796 798 /* Prepare validation: */ 797 799 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())); 801 803 } 802 804
Note:
See TracChangeset
for help on using the changeset viewer.