aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.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/mainwindow.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/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp2
1 files changed, 1 insertions, 1 deletions
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: