Changeset 82621 in vbox
- Timestamp:
- Dec 18, 2019 5:36:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp
r82620 r82621 178 178 m_strDefaultExtension = defaultExtension(mediumFormat()); 179 179 if (m_pLocationEditor) 180 {181 180 m_pLocationEditor->setText(absoluteFilePath(m_strDefaultName, m_strDefaultPath, m_strDefaultExtension)); 182 printf("%s\n", qPrintable(absoluteFilePath(m_strDefaultName, m_strDefaultPath, m_strDefaultExtension)));183 }184 181 } 185 182 … … 218 215 QString strNewFilePath = QString("%1/%2.%3").arg(fileInfo.absoluteDir().absolutePath()).arg(fileInfo.fileName()).arg(m_strDefaultExtension); 219 216 m_pLocationEditor->setText(strNewFilePath); 220 printf("%s %s\n", qPrintable(fileInfo.absoluteDir().absolutePath()), qPrintable(fileInfo.baseName()));221 217 } 222 218 }
Note:
See TracChangeset
for help on using the changeset viewer.