aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-07 01:06:07 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-07 01:06:07 +0200
commit093bfcc50d5889358ed806096ac5652a9e925cfc (patch)
treef0276f86cf9b14309851b9d3136c370503ecea64 /src/mainwindow.hpp
parentd4d353dab0f7c2fe2e1d76f6666f848e077d07dd (diff)
downloadkristall-093bfcc50d5889358ed806096ac5652a9e925cfc.tar.gz
Implements multi-protocol support. Adds support for HTTP/HTTPS, adds settings to enable/disable protocols
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index 95b096d..e207128 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -8,6 +8,7 @@
#include "favouritecollection.hpp"
#include "geminirenderer.hpp"
+#include "protocolsetup.hpp"
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
@@ -69,6 +70,7 @@ private slots:
public:
QSettings settings;
GeminiStyle current_style;
+ ProtocolSetup protocols;
private:
Ui::MainWindow *ui;