Changeset 10329 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 7, 2008 2:21:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialog.cpp
r10212 r10329 91 91 mButtonBox->addExtraWidget (mWarnIconLabel); 92 92 93 /* Set the default button */ 94 mButtonBox->button (QDialogButtonBox::Ok)->setDefault (true); 95 93 96 /* Setup connections */ 94 97 connect (mButtonBox, SIGNAL (accepted()), this, SLOT (accept()));
Note:
See TracChangeset
for help on using the changeset viewer.