diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-29 23:50:33 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-29 23:50:33 -0500 |
| commit | 93318a1474031035da5e61ad199171cad5803c2f (patch) | |
| tree | ddde0238c4453784949f3c6ee454675c953e6825 /src/categories.h | |
| parent | 4bbdbb000fd5051fe80b5dca21dda60910284333 (diff) | |
moved all remaining filter stuff to FilterList
renamed some widgets
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
|
