summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorFelix Rohrbach <fxrh@gmx.de>2011-01-05 09:45:49 +0100
committerJon Ander PeƱalba <jonan88@gmail.com>2011-01-05 09:45:49 +0100
commitec6384711a5cd4805657cb42eda0dc17f46b95e1 (patch)
tree32847d74fd9004b47fb1725995bb8c613c759dd2 /src/mainview.h
parentcharset static tests (diff)
downloadrekonq-ec6384711a5cd4805657cb42eda0dc17f46b95e1.tar.xz
Horizontal scroll wheel may now be used to navigate through history (Disabled by default).
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 1d04d284..bc8b6765 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -106,6 +106,8 @@ Q_SIGNALS:
void showStatusBarMessage(const QString &message, Rekonq::Notify status = Rekonq::Info);
void linkHovered(const QString &link);
void browserTabLoading(bool);
+ void openPreviousInHistory();
+ void openNextInHistory();
void printRequested(QWebFrame *frame);