aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-06 20:57:56 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-06 20:57:56 +0200
commiteb283439a68dfb70a075205859d891dca831626b (patch)
treeb54923af31c8e05e804b36860ef9bb968f1aee99 /mainwindow.hpp
parent304bed8a1f567e7ba247d19ecbeeecd40833db04 (diff)
downloadkristall-eb283439a68dfb70a075205859d891dca831626b.tar.gz
Improves navigation with hotkeys, adds sane default theme, adds page margin settings.
Diffstat (limited to 'mainwindow.hpp')
-rw-r--r--mainwindow.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwindow.hpp b/mainwindow.hpp
index 78ead7e..2e5d954 100644
--- a/mainwindow.hpp
+++ b/mainwindow.hpp
@@ -50,6 +50,10 @@ private slots:
void on_close_tab();
+ void on_nav_back();
+
+ void on_nav_forward();
+
public:
QSettings settings;
GeminiStyle current_style;