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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp803 template<> UIExtraDataMetaDefs::MenuWindowActionType fromInternalString<UIExtraDataMetaDefs::MenuWindowActionType>(const QString &strMenuWindowActionType) argument
812 if (!keys.contains(strMenuWindowActionType, Qt::CaseInsensitive))
815 return values.at(keys.indexOf(QRegExp(strMenuWindowActionType, Qt::CaseInsensitive)));

Completed in 287 milliseconds