Changeset 26462 in vbox
- Timestamp:
- Feb 12, 2010 1:47:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIWizard.cpp
r26460 r26462 36 36 QIWizard::QIWizard(QWidget *pParent) : QIWithRetranslateUI<QWizard>(pParent) 37 37 { 38 #ifdef Q_WS_MAC 39 /* I'm really not sure why there shouldn't be any default button on Mac OS 40 * X. This prevents the using of Enter to jump to the next page. */ 41 setOptions(options() ^ QWizard::NoDefaultButton); 42 #endif /* Q_WS_MAC */ 38 43 } 39 44
Note:
See TracChangeset
for help on using the changeset viewer.