Skip to content

Commit fa31634

Browse files
committed
Merge branch 'WD_1.X_dev' of https://portal-ua.globallogic.com/git/wd into WD_1.X_dev
2 parents 576069b + 9246a1e commit fa31634

File tree

2 files changed

+206
-65
lines changed

2 files changed

+206
-65
lines changed

inc/extension_qt/qml_web_view_executor.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
namespace webdriver {
1515

16+
class QWebkitProxy;
17+
1618
class QmlWebViewCmdExecutorCreator : public ViewCmdExecutorCreator {
1719
public:
1820
static const ViewType QML_WEB_VIEW_TYPE;
@@ -130,6 +132,9 @@ class QmlWebViewCmdExecutor : public ViewCmdExecutor {
130132
#endif
131133

132134
private:
135+
QWebkitProxy* webkitProxy_;
136+
QDeclarativeWebView* view_;
137+
133138
DISALLOW_COPY_AND_ASSIGN(QmlWebViewCmdExecutor);
134139
};
135140

0 commit comments

Comments
 (0)