VirtualBox

Changeset 10091 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 2, 2008 10:30:13 AM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4: spaces

File:
1 edited

Legend:

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

    r10090 r10091  
    5151    setResult (QDialog::Rejected);
    5252    bool deleteOnClose = testAttribute (Qt::WA_DeleteOnClose);
    53     setAttribute(Qt::WA_DeleteOnClose, false);
     53    setAttributeq (Qt::WA_DeleteOnClose, false);
    5454    bool wasShowModal = testAttribute (Qt::WA_ShowModal);
    5555    setAttribute (Qt::WA_ShowModal, true);
     
    7070    QDialog::DialogCode res = result();
    7171    /* Set the old show modal attribute */
    72     setAttribute(Qt::WA_ShowModal, wasShowModal);
     72    setAttribute (Qt::WA_ShowModal, wasShowModal);
    7373    /* Delete us in the case we should do so on close */
    7474    if (deleteOnClose)
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