aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-16 22:01:59 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-16 22:01:59 +0200
commita3f3e3933c4a2522e233917a6795c6e9d677e65c (patch)
tree6e1bd483bbd5e8ca6fee4566e544de48bfa754a6 /src/mainwindow.hpp
parentbc18d9356828f1ae40d3b4ce5432b30ca13cfc15 (diff)
downloadkristall-a3f3e3933c4a2522e233917a6795c6e9d677e65c.tar.gz
Refactoring: Changes internal structure of requests and unifies a lot of code. Now all errors are handled the same.
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index b929484..f0c64ae 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -33,9 +33,6 @@ public:
void saveSettings();
-public:
- FavouriteCollection favourites;
-
private slots:
void on_browser_tabs_currentChanged(int index);