summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Strømme <[email protected]>2015-06-19 16:40:32 +0200
committerChristian Stromme <[email protected]>2015-06-22 11:23:16 +0000
commit4a317ec9de74d4e6f4afff404f97617b6a353e7c (patch)
treef3cfcf850180f3346d64d4e30ca1ad30ffe126fb
parent1e29426e4ce170b77fc9c6165126dadd44ec7614 (diff)
Add revison to the loading property
Change-Id: I494097e6cf61ab46abc113422a5c250b529b4a3d Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
-rw-r--r--src/webview/qquickwebview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/qquickwebview.h b/src/webview/qquickwebview.h
index ed20664..236a06e 100644
--- a/src/webview/qquickwebview.h
+++ b/src/webview/qquickwebview.h
@@ -61,7 +61,7 @@ class Q_WEBVIEW_EXPORT QQuickWebView : public QQuickViewController, public QWebV
{
Q_OBJECT
Q_PROPERTY(QUrl url READ url WRITE setUrl NOTIFY urlChanged)
- Q_PROPERTY(bool loading READ isLoading NOTIFY loadingChanged)
+ Q_PROPERTY(bool loading READ isLoading NOTIFY loadingChanged REVISION 1)
Q_PROPERTY(int loadProgress READ loadProgress NOTIFY loadProgressChanged)
Q_PROPERTY(QString title READ title NOTIFY titleChanged)
Q_PROPERTY(bool canGoBack READ canGoBack NOTIFY loadingChanged)