summaryrefslogtreecommitdiff
path: root/src/webtab/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-03-11 18:59:50 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-03-11 18:59:50 +0100
commitc7fa562d5e2bf312700b1f02863535887f80ba48 (patch)
tree6aeba501ef3981a09ed1217b072e08a4b593de7c /src/webtab/webview.h
parentSupporting panel (again) :) (diff)
downloadrekonq-c7fa562d5e2bf312700b1f02863535887f80ba48.tar.xz
Guess if url is on target blank and show different contextual actions
I would not re-enable the "describing" icon part because it is NOT really working here. I'm having troubles when I show the icon and switch pages. Hope this is enough BUG: 237095 BUG: 303911
Diffstat (limited to 'src/webtab/webview.h')
-rw-r--r--src/webtab/webview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webtab/webview.h b/src/webtab/webview.h
index af199195..8f4eb029 100644
--- a/src/webtab/webview.h
+++ b/src/webtab/webview.h
@@ -98,6 +98,7 @@ protected:
private Q_SLOTS:
void search();
+ void openLinkHere();
void openLinkInNewTab();
void openLinkInNewWindow();
void openLinkInPrivateWindow();
@@ -127,6 +128,7 @@ private Q_SLOTS:
void blockImage();
+ void guessHoveredLink(QPoint);
Q_SIGNALS:
void loadUrl(const KUrl &, const Rekonq::OpenType &);
@@ -169,6 +171,8 @@ private:
bool m_accessKeysPressed;
bool m_accessKeysActive;
+ bool m_isExternalLinkHovered;
+
WebTab *m_parentTab;
bool m_isPrivateBrowsing;