aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-06 20:12:38 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-06 20:12:38 +0200
commit9e1995b8672136b196bc4dccdb127e20156a630c (patch)
treed6a5bf13f316ffc4659dd30c8981e65ba63ff48e /mainwindow.hpp
parent0fd0f2d919d748280c48383840fe7c4d988bbd00 (diff)
downloadkristall-9e1995b8672136b196bc4dccdb127e20156a630c.tar.gz
Starts to implement history management.
Diffstat (limited to 'mainwindow.hpp')
-rw-r--r--mainwindow.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/mainwindow.hpp b/mainwindow.hpp
index eb8918b..78ead7e 100644
--- a/mainwindow.hpp
+++ b/mainwindow.hpp
@@ -44,6 +44,12 @@ private slots:
void on_tab_locationChanged(QUrl const & url);
+ void on_new_tab();
+
+ void on_refresh();
+
+ void on_close_tab();
+
public:
QSettings settings;
GeminiStyle current_style;