| 49 | } |
| 50 | |
| 51 | QString IndexedVersionType::toString() const |
| 52 | { |
| 53 | return s_indexed_version_type_names.key(m_type, "unknown"); |
| 54 | } |
| 55 | |
| 56 | IndexedVersionType IndexedVersionType::fromString(const QString& type) |
| 57 | { |
no outgoing calls
no test coverage detected