From a3f3e3933c4a2522e233917a6795c6e9d677e65c Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Tue, 16 Jun 2020 22:01:59 +0200 Subject: Refactoring: Changes internal structure of requests and unifies a lot of code. Now all errors are handled the same. --- src/mainwindow.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainwindow.hpp') 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); -- cgit v1.2.3