summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.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/webtab.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/webtab.h')
-rw-r--r--src/webtab/webtab.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/webtab/webtab.h b/src/webtab/webtab.h
index 0a12c756..2b0f70f3 100644
--- a/src/webtab/webtab.h
+++ b/src/webtab/webtab.h
@@ -40,6 +40,7 @@
// Qt Includes
#include <QWidget>
+#include <QWebInspector>
// Forward Declarations
class NotificationBar;
@@ -119,7 +120,8 @@ private:
QWeakPointer<WalletBar> m_walletBar;
QWeakPointer<PreviewSelectorBar> m_previewSelectorBar;
-
+ QWeakPointer<QWebInspector> m_inspector;
+
KParts::ReadOnlyPart *m_part;
int m_zoomFactor;