VirtualBox

Changeset 10157

Show
Ignore:
Timestamp:
07/03/08 17:13:17 (5 months ago)
Author:
vboxsync
Message:

FE/Qt4: Removed that modal flag again.

Files:

Legend:

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

    r10092 r10157  
    5252    bool deleteOnClose = testAttribute (Qt::WA_DeleteOnClose); 
    5353    setAttribute (Qt::WA_DeleteOnClose, false); 
    54     bool wasShowModal = testAttribute (Qt::WA_ShowModal); 
    55     setAttribute (Qt::WA_ShowModal, true); 
    5654 
    5755    /* Create a local event loop */ 
     
    6967        return QDialog::Rejected; 
    7068    QDialog::DialogCode res = result(); 
    71     /* Set the old show modal attribute */ 
    72     setAttribute (Qt::WA_ShowModal, wasShowModal); 
    7369    /* Delete us in the case we should do so on close */ 
    7470    if (deleteOnClose) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy