Changeset 79752 in vbox
- Timestamp:
- Jul 13, 2019 11:16:47 AM (5 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic2.cpp
r79684 r79752 163 163 /* Try to create cloud VM: */ 164 164 if (fResult) 165 { 165 166 fResult = qobject_cast<UIWizardNewCloudVM*>(wizard())->createCloudVM(); 167 168 /* If the final step failed we could try 169 * sugest user more valid form this time: */ 170 if (!fResult) 171 sltInitShortWizardForm(); 172 } 166 173 167 174 /* Unlock finish button: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp
r79684 r79752 281 281 /* Try to create cloud VM: */ 282 282 if (fResult) 283 { 283 284 fResult = qobject_cast<UIWizardNewCloudVM*>(wizard())->createCloudVM(); 285 286 /* If the final step failed we could try 287 * sugest user more valid form this time: */ 288 if (!fResult) 289 sltInitShortWizardForm(); 290 } 284 291 285 292 /* Unlock finish button: */
Note:
See TracChangeset
for help on using the changeset viewer.