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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp974 template<> QString toInternalString(const PreviewUpdateIntervalType &previewUpdateIntervalType) argument
977 switch (previewUpdateIntervalType)
985 default: AssertMsgFailed(("No text for '%d'", previewUpdateIntervalType)); break;
1011 template<> int toInternalInteger(const PreviewUpdateIntervalType &previewUpdateIntervalType) argument
1014 switch (previewUpdateIntervalType)
1022 default: AssertMsgFailed(("No value for '%d'", previewUpdateIntervalType)); break;

Completed in 57 milliseconds