diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 20:57:56 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 20:57:56 +0200 |
| commit | eb283439a68dfb70a075205859d891dca831626b (patch) | |
| tree | b54923af31c8e05e804b36860ef9bb968f1aee99 /mainwindow.hpp | |
| parent | 304bed8a1f567e7ba247d19ecbeeecd40833db04 (diff) | |
| download | kristall-eb283439a68dfb70a075205859d891dca831626b.tar.gz | |
Improves navigation with hotkeys, adds sane default theme, adds page margin settings.
Diffstat (limited to 'mainwindow.hpp')
| -rw-r--r-- | mainwindow.hpp | 4 |
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; |
