Searched defs:strExtension (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageBasic4.cpp102 QString UIWizardCloneVDPage4::toFileName(const QString &strName, const QString &strExtension) argument
113 if (QFileInfo(strFileName).suffix().toLower() != strExtension)
114 strFileName += QString(".%1").arg(strExtension);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageBasic3.cpp137 QString UIWizardNewVDPage3::toFileName(const QString &strName, const QString &strExtension) argument
148 if (QFileInfo(strFileName).suffix().toLower() != strExtension)
149 strFileName += QString(".%1").arg(strExtension);

Completed in 333 milliseconds