Searched refs:strWizardType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h171 template<> WizardType fromInternalString<WizardType>(const QString &strWizardType);
H A DUIConverterBackendGlobal.cpp1217 template<> WizardType fromInternalString<WizardType>(const QString &strWizardType) argument
1230 if (!keys.contains(strWizardType, Qt::CaseInsensitive))
1233 return values.at(keys.indexOf(QRegExp(strWizardType, Qt::CaseInsensitive)));

Completed in 48 milliseconds