diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-03-05 23:10:20 +0100 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-03-14 00:08:31 +0100 |
commit | 29e095b81d241a77f43bf4bf293d9428b6caea26 (patch) | |
tree | 4db08e63d47e1b547b965d239d04e43d6a515b34 /src/mainwindow.h | |
parent | rekonq 0.4.51 (diff) | |
download | rekonq-29e095b81d241a77f43bf4bf293d9428b6caea26.tar.xz |
Add middle click support for next, back and home in the main toolbar
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 &); |