We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6689a33 commit 1a16d5dCopy full SHA for 1a16d5d
inc/extension_qt/qml_web_view_executor.h
@@ -128,6 +128,8 @@ class QmlWebViewCmdExecutor : public ViewCmdExecutor {
128
virtual void AcceptOrDismissAlert(bool accept, Error** error) NOT_SUPPORTED_IMPL;
129
virtual void SetOrientation(const std::string &orientation, Error **error) NOT_SUPPORTED_IMPL;
130
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;
133
134
protected:
135
QDeclarativeWebView* getView(const ViewId& viewId, Error** error);
0 commit comments