diff options
Diffstat (limited to 'src/categories.h')
| -rw-r--r-- | src/categories.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/categories.h b/src/categories.h index 29e794d8..66299c30 100644 --- a/src/categories.h +++ b/src/categories.h @@ -76,6 +76,11 @@ public: void reset();
/**
+ * @brief read categories from file
+ */
+ void loadCategories();
+
+ /**
* @brief save the categories to the categories.dat file
**/
void saveCategories();
|
