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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h161 template<> PreviewUpdateIntervalType fromInternalString<PreviewUpdateIntervalType>(const QString &strPreviewUpdateIntervalType);
H A DUIConverterBackendGlobal.cpp992 template<> PreviewUpdateIntervalType fromInternalString<PreviewUpdateIntervalType>(const QString &strPreviewUpdateIntervalType) argument
1004 if (!keys.contains(strPreviewUpdateIntervalType, Qt::CaseInsensitive))
1007 return values.at(keys.indexOf(QRegExp(strPreviewUpdateIntervalType, Qt::CaseInsensitive)));

Completed in 37 milliseconds