aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-08 00:30:32 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-08 00:30:32 +0200
commitf02ccb928fd4ed591d2efe118a571e154f5df68a (patch)
tree2fc7c4037423d074c410f4c53714ddc842d33351 /src/browsertab.hpp
parent425f9d41cd337133d5677744eef937a8a2a61212 (diff)
downloadkristall-f02ccb928fd4ed591d2efe118a571e154f5df68a.tar.gz
Starts to implement gopher protocol and gophermap support. Heavily WIP, but you can already surf on gopherspace!
Diffstat (limited to 'src/browsertab.hpp')
-rw-r--r--src/browsertab.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/browsertab.hpp b/src/browsertab.hpp
index 655d14e..feb0455 100644
--- a/src/browsertab.hpp
+++ b/src/browsertab.hpp
@@ -12,6 +12,7 @@
#include "tabbrowsinghistory.hpp"
#include "geminirenderer.hpp"
#include "webclient.hpp"
+#include "gopherclient.hpp"
namespace Ui {
class BrowserTab;
@@ -103,6 +104,7 @@ public:
GeminiClient gemini_client;
WebClient web_client;
+ GopherClient gopher_client;
int redirection_count = 0;
bool push_to_history_after_load = false;