summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
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 &);