summaryrefslogtreecommitdiff
path: root/src/webtab/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-11-29 11:00:23 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:06 +0100
commitc67be496fa2ac21dd3d96162ac2a79461cc2d9de (patch)
tree410ce3a56a8c7676d25b2ab9d76a235174cbd85a /src/webtab/webview.h
parentRestoring inspector, part 1 (diff)
downloadrekonq-c67be496fa2ac21dd3d96162ac2a79461cc2d9de.tar.xz
Restoring inspector, part 2
Add an inspector widget to the bottom of the page
Diffstat (limited to 'src/webtab/webview.h')
-rw-r--r--src/webtab/webview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webtab/webview.h b/src/webtab/webview.h
index f7c16546..4510bec3 100644
--- a/src/webtab/webview.h
+++ b/src/webtab/webview.h
@@ -43,6 +43,7 @@
// Forward Declarations
class WebPage;
+class WebTab;
class QLabel;
class QTimer;
@@ -164,6 +165,8 @@ private:
QHash<QChar, QWebElement> m_accessKeyNodes;
bool m_accessKeysPressed;
bool m_accessKeysActive;
+
+ WebTab *m_parentTab;
};
#endif