Skip to content

Commit 55eddbc

Browse files
committed
WIP: qml web view executor
1 parent 64532d2 commit 55eddbc

File tree

2 files changed

+184
-53
lines changed

2 files changed

+184
-53
lines changed

inc/extension_qt/qml_web_view_executor.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ class QmlWebViewCmdExecutor : public ViewCmdExecutor {
130130
#endif
131131

132132
private:
133+
QWebkitProxy* webkitProxy_;
134+
QDeclarativeWebView* view_;
135+
133136
DISALLOW_COPY_AND_ASSIGN(QmlWebViewCmdExecutor);
134137
};
135138

0 commit comments

Comments
 (0)