aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
authorMike Skec <skec@protonmail.ch>2020-12-31 11:26:14 +1100
committerFelix Queißner <felix@ib-queissner.de>2020-12-31 10:13:49 +0100
commitedbd2707620bd0d948bc71a554ec35d63b995e45 (patch)
tree5206d713e72b6afe1d9062b1c2cdfc383bf46d86 /src/mainwindow.hpp
parent7c3617adb92c05b23a44ca1829c81f9f4139d1a4 (diff)
downloadkristall-edbd2707620bd0d948bc71a554ec35d63b995e45.tar.gz
#51: mouse buttons 4/5 for back/forward
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index 58c6c3e..6a1dce7 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -36,6 +36,8 @@ public:
void updateWindowTitle();
+ void mousePressEvent(QMouseEvent *event) override;
+
private slots:
void on_browser_tabs_currentChanged(int index);