VirtualBox

Ignore:
Timestamp:
Oct 12, 2010 5:05:13 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66606
Message:

FE/Qt4: check for canceled operations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxImportApplianceWgt.cpp

    r28800 r33079  
    136136            /* Show some progress, so the user know whats going on */
    137137            vboxProblem().showModalProgressDialog (progress, tr ("Importing Appliance ..."), this);
     138            if (progress.GetCanceled())
     139                return false;
    138140            if (!progress.isOk() || progress.GetResultCode() != 0)
    139141            {
Note: See TracChangeset for help on using the changeset viewer.

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