diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 11:10:35 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 11:10:35 +0100 |
commit | e0fa463ebb64c671a92862da600df70c8b76e0cc (patch) | |
tree | 9a4a3fa4b2861768e5ce8f834978bb8ab308a69b /src/webview.h | |
parent | Just close tab on middle mouse click (diff) | |
parent | A better popup implementation (diff) | |
download | rekonq-e0fa463ebb64c671a92862da600df70c8b76e0cc.tar.xz |
Merge commit 'refs/merge-requests/1902' of git://gitorious.org/rekonq/mainline into Lasts1
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h index d3f58f2e..5331d4cf 100644 --- a/src/webview.h +++ b/src/webview.h @@ -62,7 +62,8 @@ public: KUrl url() const; QString lastStatusBarText() const; int progress(); - + QPoint mousePos(); + protected: void contextMenuEvent(QContextMenuEvent *event); void mousePressEvent(QMouseEvent *event); @@ -94,6 +95,7 @@ private: int m_scrollDirection; int m_scrollSpeedVertical; int m_scrollSpeedHorizontal; + QPoint m_mousePos; }; #endif |