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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h180 template<> GuruMeditationHandlerType fromInternalString<GuruMeditationHandlerType>(const QString &strGuruMeditationHandlerType);
H A DUIConverterBackendGlobal.cpp1399 template<> GuruMeditationHandlerType fromInternalString<GuruMeditationHandlerType>(const QString &strGuruMeditationHandlerType) argument
1408 if (!keys.contains(strGuruMeditationHandlerType, Qt::CaseInsensitive))
1411 return values.at(keys.indexOf(QRegExp(strGuruMeditationHandlerType, Qt::CaseInsensitive)));

Completed in 36 milliseconds