Changeset 58853 in vbox
- Timestamp:
- Nov 25, 2015 1:16:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.cpp
r54538 r58853 318 318 { 319 319 /* Search for the first default-button in the dialog: */ 320 QList<QPushButton*> list = qFindChildren<QPushButton*>(this);320 QList<QPushButton*> list = findChildren<QPushButton*>(); 321 321 foreach (QPushButton *pButton, list) 322 322 if (pButton->isDefault() &&
Note:
See TracChangeset
for help on using the changeset viewer.

