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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h173 template<> IndicatorType fromInternalString<IndicatorType>(const QString &strIndicatorType);
H A DUIConverterBackendGlobal.cpp1263 template<> IndicatorType fromInternalString<IndicatorType>(const QString &strIndicatorType) argument
1280 if (!keys.contains(strIndicatorType, Qt::CaseInsensitive))
1283 return values.at(keys.indexOf(QRegExp(strIndicatorType, Qt::CaseInsensitive)));

Completed in 803 milliseconds