summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-06-07 00:10:34 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-06-07 00:11:12 +0200
commit2ffe15ca52c33e454d7bf0e632fc39752710733f (patch)
treefa5313b5010d4a5898c42839899dfdf123fc064a /src/webview.h
parentfix minimum requirement and add screenshots (diff)
downloadrekonq-2ffe15ca52c33e454d7bf0e632fc39752710733f.tar.xz
Letting SHIFT + MidClick reverse open new tab settings
BUG: 299024
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webview.h b/src/webview.h
index f789e354..bfc46135 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -69,8 +69,9 @@ public:
protected:
void contextMenuEvent(QContextMenuEvent *event);
- void mousePressEvent(QMouseEvent *event);
void mouseMoveEvent(QMouseEvent *event);
+ void mousePressEvent(QMouseEvent *event);
+ void mouseReleaseEvent(QMouseEvent *event);
void keyPressEvent(QKeyEvent *event);
void keyReleaseEvent(QKeyEvent *event);
@@ -88,7 +89,6 @@ private Q_SLOTS:
void printFrame();
- void loadUrlInNewTab(const KUrl &);
void openLinkInNewWindow();
void openLinkInNewTab();
void bookmarkLink();