Skip to content

Commit 1a16d5d

Browse files
committed
update browser connection command
1 parent 6689a33 commit 1a16d5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inc/extension_qt/qml_web_view_executor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ class QmlWebViewCmdExecutor : public ViewCmdExecutor {
128128
virtual void AcceptOrDismissAlert(bool accept, Error** error) NOT_SUPPORTED_IMPL;
129129
virtual void SetOrientation(const std::string &orientation, Error **error) NOT_SUPPORTED_IMPL;
130130
virtual void GetOrientation(std::string *orientation, Error **error);
131+
virtual void SetOnline(bool, Error** error) NOT_SUPPORTED_IMPL;
132+
virtual void IsOnline(bool*, Error** error) NOT_SUPPORTED_IMPL;
131133

132134
protected:
133135
QDeclarativeWebView* getView(const ViewId& viewId, Error** error);

0 commit comments

Comments
 (0)