VirtualBox

Changeset 41185 in vbox


Ignore:
Timestamp:
May 7, 2012 1:29:39 PM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: release build unused variable warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.cpp

    r41159 r41185  
    5555
    5656    /* Tune some attributes: */
    57     bool fDeleteOnClose = testAttribute(Qt::WA_DeleteOnClose);
     57    bool fDeleteOnClose = testAttribute(Qt::WA_DeleteOnClose); NOREF(fDeleteOnClose);
    5858    AssertMsg(!fDeleteOnClose, ("QIMainDialog is NOT supposed to be run in 'delete-on-close' mode!"));
    5959    setAttribute(Qt::WA_DeleteOnClose, false);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette