| 166 | } |
| 167 | |
| 168 | QString TaskModel::categoryDisplayName(const QString &categoryId) const |
| 169 | { |
| 170 | return categories.value(categoryId).displayName; |
| 171 | } |
| 172 | |
| 173 | void TaskModel::addCategory(const QString &categoryId, const QString &categoryName) |
| 174 | { |
no test coverage detected