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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h151 template<> QString toInternalString(const UIExtraDataMetaDefs::MenuWindowActionType &menuWindowActionType);
H A DUIConverterBackendGlobal.cpp785 template<> QString toInternalString(const UIExtraDataMetaDefs::MenuWindowActionType &menuWindowActionType) argument
788 switch (menuWindowActionType)
795 AssertMsgFailed(("No text for action type=%d", menuWindowActionType));

Completed in 48 milliseconds