From 29e095b81d241a77f43bf4bf293d9428b6caea26 Mon Sep 17 00:00:00 2001 From: Yoann Laissus Date: Fri, 5 Mar 2010 23:10:20 +0100 Subject: Add middle click support for next, back and home in the main toolbar --- src/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 57b88dfd..9e491c69 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -88,6 +88,7 @@ private: public slots: void homePage(); + void homePage(Qt::MouseButtons); /** * Notifies a message in a popup @@ -123,7 +124,9 @@ private slots: // history related void openPrevious(); + void openPrevious(Qt::MouseButtons); void openNext(); + void openNext(Qt::MouseButtons); // Find Action slots void find(const QString &); -- cgit v1.2.1