From f02ccb928fd4ed591d2efe118a571e154f5df68a Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 8 Jun 2020 00:30:32 +0200 Subject: Starts to implement gopher protocol and gophermap support. Heavily WIP, but you can already surf on gopherspace! --- src/mainwindow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.hpp') diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index 7984549..fb1d282 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -73,7 +73,7 @@ private: public: QApplication * application; QSettings settings; - GeminiStyle current_style; + DocumentStyle current_style; ProtocolSetup protocols; private: -- cgit v1.2.3