diff options
Diffstat (limited to 'src/categories.h')
| -rw-r--r-- | src/categories.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/categories.h b/src/categories.h index 67fee3e7..2041ce1f 100644 --- a/src/categories.h +++ b/src/categories.h @@ -144,6 +144,8 @@ public: * @return QString name of the category
**/
QString getCategoryName(unsigned int index) const;
+ QString getSpecialCategoryName(int type) const;
+ QString getCategoryNameByID(int id) const;
/**
* @brief look up the id of a category by its index
|
