From 33b544112cb06a5cb7d25ee0e723e42ebb509df6 Mon Sep 17 00:00:00 2001 From: Tannin Date: Thu, 23 Jun 2016 21:38:54 +0200 Subject: fixed categories list didn't get updated on switching instance --- src/categories.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/categories.h') diff --git a/src/categories.h b/src/categories.h index 29e794d8..66299c30 100644 --- a/src/categories.h +++ b/src/categories.h @@ -75,6 +75,11 @@ public: **/ void reset(); + /** + * @brief read categories from file + */ + void loadCategories(); + /** * @brief save the categories to the categories.dat file **/ -- cgit v1.3.1