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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h147 template<> QString toInternalString(const UIExtraDataMetaDefs::RuntimeMenuDebuggerActionType &runtimeMenuDebuggerActionType);
H A DUIConverterBackendGlobal.cpp745 template<> QString toInternalString(const UIExtraDataMetaDefs::RuntimeMenuDebuggerActionType &runtimeMenuDebuggerActionType) argument
748 switch (runtimeMenuDebuggerActionType)
757 AssertMsgFailed(("No text for action type=%d", runtimeMenuDebuggerActionType));

Completed in 50 milliseconds