diff options
| author | Mike Skec <skec@protonmail.ch> | 2020-12-31 11:26:14 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-12-31 10:13:49 +0100 |
| commit | edbd2707620bd0d948bc71a554ec35d63b995e45 (patch) | |
| tree | 5206d713e72b6afe1d9062b1c2cdfc383bf46d86 /src/browsertab.hpp | |
| parent | 7c3617adb92c05b23a44ca1829c81f9f4139d1a4 (diff) | |
| download | kristall-edbd2707620bd0d948bc71a554ec35d63b995e45.tar.gz | |
#51: mouse buttons 4/5 for back/forward
Diffstat (limited to 'src/browsertab.hpp')
| -rw-r--r-- | src/browsertab.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browsertab.hpp b/src/browsertab.hpp index 6ff1e55..4e7b627 100644 --- a/src/browsertab.hpp +++ b/src/browsertab.hpp @@ -55,7 +55,7 @@ public: void navigateBack(const QModelIndex &history_index); - void navOneBackback(); + void navOneBackward(); void navOneForward(); |
