| 74 | } // namespace |
| 75 | |
| 76 | StatisticsType::StatisticsType(int typeID, const QString &typeName) |
| 77 | : typeID(typeID), typeName(typeName) |
| 78 | { |
| 79 | } |
| 80 | |
| 81 | StatisticsType::StatisticsType(int typeID, const QString &typeName, int vectorScaling) |
| 82 | : StatisticsType(typeID, typeName) |
nothing calls this directly
no test coverage detected