| 103 | } |
| 104 | |
| 105 | QString CParameterProxy::ConvertTypeToName(TYPE t) |
| 106 | { |
| 107 | return m_TypeName[t]; |
| 108 | } |
| 109 | |
| 110 | int CParameterProxy::SetTypeName(TYPE t, const QString& szName) |
| 111 | { |
nothing calls this directly
no outgoing calls
no test coverage detected