Changeset 94435 in vbox
- Timestamp:
- Apr 1, 2022 11:13:44 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150763
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp
r94182 r94435 492 492 void UIWizardImportAppPageExpert::sltAsyncInit() 493 493 { 494 /* If we have file name passed, 495 * check if specified file contains valid appliance: */ 494 /* If we have file name passed for local OVA file: */ 496 495 if ( !m_fImportFromOCIByDefault 497 && !m_strFileName.isEmpty() 498 && !wizard()->setFile(m_strFileName)) 499 { 500 wizard()->reject(); 501 return; 502 } 496 && !m_strFileName.isEmpty()) 497 m_pFileSelector->setPath(m_strFileName); 503 498 504 499 /* Refresh page widgets: */
Note:
See TracChangeset
for help on using the changeset viewer.