diff options
| author | Tannin <sherb@gmx.net> | 2016-06-23 21:38:54 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-06-23 21:38:54 +0200 |
| commit | 33b544112cb06a5cb7d25ee0e723e42ebb509df6 (patch) | |
| tree | 4de36388dd123ce278196271ca339c61132803db /src/categories.h | |
| parent | 8a3af93b39b05b95462869fc7df7169c5862c966 (diff) | |
fixed categories list didn't get updated on switching instance
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();
|
