Changeset 97795 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Dec 13, 2022 2:52:29 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageSettings.cpp
r96426 r97795 551 551 void UIWizardImportAppPageSettings::sltAsyncInit() 552 552 { 553 /* If we have file name passed,553 /* If we have local source and file name passed, 554 554 * check if specified file contains valid appliance: */ 555 if ( !m_strFileName.isEmpty() 555 if ( !wizard()->isSourceCloudOne() 556 && !m_strFileName.isEmpty() 556 557 && !wizard()->setFile(m_strFileName)) 557 558 {
Note:
See TracChangeset
for help on using the changeset viewer.