diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-01-20 21:22:48 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-01-22 10:53:59 +0100 |
commit | 243466641c57903de3e34edb114ebe9fc8720e20 (patch) | |
tree | 62ec9412877e82c700b1b83a651d17bcf735cb90 /src/webview.h | |
parent | adjust to INSTALLed permissions (diff) | |
download | rekonq-243466641c57903de3e34edb114ebe9fc8720e20.tar.xz |
m_mousePos--
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/webview.h b/src/webview.h index b0254aa4..08e5e522 100644 --- a/src/webview.h +++ b/src/webview.h @@ -63,11 +63,6 @@ public: WebPage *page(); - inline QPoint mousePos() - { - return m_mousePos; - } - protected: void contextMenuEvent(QContextMenuEvent *event); @@ -125,7 +120,6 @@ private: void makeAccessKeyLabel(const QChar &accessKey, const QWebElement &element); private: - QPoint m_mousePos; QPoint m_clickPos; // Auto Scroll |