summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/Api/qwebinspector_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/Api/qwebinspector_p.h')
-rw-r--r--WebKit/qt/Api/qwebinspector_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebKit/qt/Api/qwebinspector_p.h b/WebKit/qt/Api/qwebinspector_p.h
index 4d327cc..3099eb1 100644
--- a/WebKit/qt/Api/qwebinspector_p.h
+++ b/WebKit/qt/Api/qwebinspector_p.h
@@ -33,14 +33,18 @@ public:
: q(qq)
, page(0)
, frontend(0)
+ , remoteFrontend(0)
{}
void setFrontend(QWidget* newFrontend);
+ void attachAndReplaceRemoteFrontend(QObject* newRemoteFrontend);
+ void detachRemoteFrontend();
void adjustFrontendSize(const QSize& size);
QWebInspector* q;
QWebPage* page;
QWidget* frontend;
+ QObject* remoteFrontend;
};
#endif