Changeset 41185 in vbox
- Timestamp:
- May 7, 2012 1:29:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.cpp
r41159 r41185 55 55 56 56 /* Tune some attributes: */ 57 bool fDeleteOnClose = testAttribute(Qt::WA_DeleteOnClose); 57 bool fDeleteOnClose = testAttribute(Qt::WA_DeleteOnClose); NOREF(fDeleteOnClose); 58 58 AssertMsg(!fDeleteOnClose, ("QIMainDialog is NOT supposed to be run in 'delete-on-close' mode!")); 59 59 setAttribute(Qt::WA_DeleteOnClose, false);
Note:
See TracChangeset
for help on using the changeset viewer.