aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-28 16:30:52 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-28 16:30:52 +0200
commit6edd9e7a12a3827fb6aac62a88be01085e41e176 (patch)
tree4513475c7efaea92a154ff20e970ed3d4b475b7c /src/mainwindow.hpp
parenta53e490d2e96d22a24293019921af26e00f2bf7a (diff)
downloadkristall-6edd9e7a12a3827fb6aac62a88be01085e41e176.tar.gz
Huge refacoring of the settings stuff. Provides automated migration between old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file.
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index 85b9d59..daf50b8 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -8,7 +8,6 @@
#include "favouritecollection.hpp"
#include "renderers/geminirenderer.hpp"
-#include "protocolsetup.hpp"
#include "widgets/elidelabel.hpp"
@@ -33,8 +32,6 @@ public:
void setUrlPreview(QUrl const & url);
- void saveSettings();
-
private slots:
void on_browser_tabs_currentChanged(int index);
@@ -98,9 +95,6 @@ private:
public:
QApplication * application;
- DocumentStyle current_style;
- ProtocolSetup protocols;
-
private:
Ui::MainWindow *ui;