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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
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 134 milliseconds