diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-04 21:10:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-04 21:10:14 +0200 |
commit | 0c71d428f284675c658c55d2f3d9f858ad78c850 (patch) | |
tree | 44f9c55494c2a6ab13061e39c45f8ab07fef1ea6 /src/webpage.h | |
parent | WebView dtor (diff) | |
download | rekonq-0c71d428f284675c658c55d2f3d9f858ad78c850.tar.xz |
- Cleaning mouse gesture managements
- context menu crash fixes && some separators added
- preparing PreviewImage for right mouse click manage
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/webpage.h b/src/webpage.h index 86024a9d..7d55afee 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -81,13 +81,8 @@ 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; }; |