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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h136 template<> QString toInternalString(const UIExtraDataMetaDefs::MenuHelpActionType &menuHelpActionType);
H A DUIConverterBackendGlobal.cpp474 template<> QString toInternalString(const UIExtraDataMetaDefs::MenuHelpActionType &menuHelpActionType) argument
477 switch (menuHelpActionType)
487 AssertMsgFailed(("No text for action type=%d", menuHelpActionType));

Completed in 75 milliseconds