From c7fa562d5e2bf312700b1f02863535887f80ba48 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 11 Mar 2013 18:59:50 +0100 Subject: 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 --- src/webtab/webview.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/webtab/webview.h') 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; -- cgit v1.2.1