Changeset 88446 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic1.cpp
- Timestamp:
- Apr 9, 2021 6:04:37 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143698
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic1.cpp
r82968 r88446 95 95 setCloneFilePath(vbox.ComposeMachineFilename(m_pNameLineEdit ? m_pNameLineEdit->text() : QString(), 96 96 m_strGroup, 97 QString ::null,97 QString(), 98 98 m_pPathSelector ? m_pPathSelector->path() : QString())); 99 99 const QFileInfo fileInfo(m_strCloneFilePath);
Note:
See TracChangeset
for help on using the changeset viewer.