- Timestamp:
- May 22, 2020 3:07:02 PM (5 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageBasic1.cpp
r84417 r84464 310 310 msgCenter().showModalProgressDialog(comProgress, QString(), 311 311 ":/progress_reading_appliance_90px.png", 0, 0); 312 if (comProgress.GetCanceled()) 313 { 314 wizardImp()->reject(); 315 break; 316 } 312 317 if (!comProgress.isOk() || comProgress.GetResultCode() != 0) 313 318 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.cpp
r84327 r84464 327 327 /* Show "Acquire cloud images" progress: */ 328 328 msgCenter().showModalProgressDialog(comProgress, QString(), ":/progress_reading_appliance_90px.png", 0, 0); 329 if (comProgress.GetCanceled()) 330 { 331 wizardImp()->reject(); 332 break; 333 } 329 334 if (!comProgress.isOk() || comProgress.GetResultCode() != 0) 330 335 {
Note:
See TracChangeset
for help on using the changeset viewer.