summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-06 00:41:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-06 00:41:22 +0200
commit84239c0babad3b46d1ed4458bcaedff730997829 (patch)
treef1f61ac209a9c9303d833ee41bef8ea30a5610e0 /src/webpage.h
parentcursor:pointer over thumbnails (diff)
downloadrekonq-84239c0babad3b46d1ed4458bcaedff730997829.tar.xz
I apologize for this. As said, I use no mouse and I couldn't
argue this strange GUI behaviour Revert "- Cleaning mouse gesture managements" This reverts commit 0c71d428f284675c658c55d2f3d9f858ad78c850.
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 7d55afee..86024a9d 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -81,8 +81,13 @@ protected Q_SLOTS:
virtual void slotDownloadRequested(const QNetworkRequest &request);
private:
+ friend class WebView;
QString errorPage(QNetworkReply *);
+ // keyboard/mouse modifiers
+ Qt::KeyboardModifiers m_keyboardModifiers;
+ Qt::MouseButtons m_pressedButtons;
+
QUrl m_requestedUrl;
};