From 17ffa82410b7470fc26fce0e2be2e107635fc0c6 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Fri, 9 May 2014 15:57:24 +0200 Subject: Move the WebEngineView.inspectable property to experimental The property is still not properly implemented and we'll make it first go through the experimental tryout like other APIs we add. Change-Id: I6eb99fcebb7ca1fc33338d786585cfe7fbc0afd4 Reviewed-by: Andras Becsi --- src/webengine/api/qquickwebengineview_p.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/webengine/api/qquickwebengineview_p.h') diff --git a/src/webengine/api/qquickwebengineview_p.h b/src/webengine/api/qquickwebengineview_p.h index 92cf1f536..2956c61a5 100644 --- a/src/webengine/api/qquickwebengineview_p.h +++ b/src/webengine/api/qquickwebengineview_p.h @@ -59,7 +59,6 @@ class Q_WEBENGINE_PRIVATE_EXPORT QQuickWebEngineView : public QQuickItem { Q_PROPERTY(QString title READ title NOTIFY titleChanged) Q_PROPERTY(bool canGoBack READ canGoBack NOTIFY loadingChanged) Q_PROPERTY(bool canGoForward READ canGoForward NOTIFY loadingChanged) - Q_PROPERTY(bool inspectable READ inspectable WRITE setInspectable) Q_ENUMS(LoadStatus); Q_ENUMS(ErrorDomain); Q_ENUMS(NewViewDestination); @@ -77,8 +76,6 @@ public: QString title() const; bool canGoBack() const; bool canGoForward() const; - bool inspectable() const; - void setInspectable(bool); void forceActiveFocus(); enum LoadStatus { -- cgit v1.2.3