VirtualBox

Changeset 12402 in vbox for trunk/src


Ignore:
Timestamp:
Sep 11, 2008 12:19:14 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: r36450 is true for all systems. So do not use processEvents in that
method at all.

File:
1 edited

Legend:

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

    r12398 r12402  
    10311031    Assert (aMedia.status != VBoxMedia::Unknown);
    10321032    if (aMedia.status != VBoxMedia::Unknown)
    1033     {
    10341033        mProgressBar->setValue (aIndex + 1);
    1035 #ifndef Q_WS_WIN /* runs out of stack with big lists */
    1036         qApp->processEvents();
    1037 #endif
    1038     }
    10391034}
    10401035
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