From 093bfcc50d5889358ed806096ac5652a9e925cfc Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Sun, 7 Jun 2020 01:06:07 +0200 Subject: Implements multi-protocol support. Adds support for HTTP/HTTPS, adds settings to enable/disable protocols --- src/mainwindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.hpp') 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; -- cgit v1.2.3