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 /browsertab.hpp | |
| parent | 304bed8a1f567e7ba247d19ecbeeecd40833db04 (diff) | |
| download | kristall-eb283439a68dfb70a075205859d891dca831626b.tar.gz | |
Improves navigation with hotkeys, adds sane default theme, adds page margin settings.
Diffstat (limited to 'browsertab.hpp')
| -rw-r--r-- | browsertab.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/browsertab.hpp b/browsertab.hpp index 3bbcd31..7e05995 100644 --- a/browsertab.hpp +++ b/browsertab.hpp @@ -35,6 +35,10 @@ public: void navigateBack(QModelIndex history_index); + void navOneBackback(); + + void navOneForward(); + signals: void titleChanged(QString const & title); void locationChanged(QUrl const & url); |
