summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-25 11:10:35 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-10-25 11:10:35 +0100
commite0fa463ebb64c671a92862da600df70c8b76e0cc (patch)
tree9a4a3fa4b2861768e5ce8f834978bb8ab308a69b /src/webview.h
parentJust close tab on middle mouse click (diff)
parentA better popup implementation (diff)
downloadrekonq-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.h4
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