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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h138 template<> QString toInternalString(const UIExtraDataMetaDefs::RuntimeMenuMachineActionType &runtimeMenuMachineActionType);
H A DUIConverterBackendGlobal.cpp514 template<> QString toInternalString(const UIExtraDataMetaDefs::RuntimeMenuMachineActionType &runtimeMenuMachineActionType) argument
517 switch (runtimeMenuMachineActionType)
531 AssertMsgFailed(("No text for action type=%d", runtimeMenuMachineActionType));

Completed in 48 milliseconds