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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h156 template<> QString toString(const DetailsElementType &detailsElementType);
158 template<> QString toInternalString(const DetailsElementType &detailsElementType);
H A DUIConverterBackendGlobal.cpp858 template<> QString toString(const DetailsElementType &detailsElementType) argument
861 switch (detailsElementType)
880 AssertMsgFailed(("No text for details element type=%d", detailsElementType));
916 template<> QString toInternalString(const DetailsElementType &detailsElementType) argument
919 switch (detailsElementType)
938 AssertMsgFailed(("No text for details element type=%d", detailsElementType));

Completed in 49 milliseconds