summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebenginedownloaditem_p.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-08-26 13:26:45 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-08-27 07:34:21 +0000
commitd3e01e7a2bb3e5d52dc95c8c16ed8e128780e885 (patch)
tree5d47de11c9bceaeac92ea56c9973c8b19454aeec /src/webengine/api/qquickwebenginedownloaditem_p.h
parentc7f63c80b6d2d185cce924f3e5564148a4d1b400 (diff)
Fix Q_PROPERTY declaration in QQuickWebEngineDownloadItem
qquickwebenginedownloaditem_p.h:74: warning: Failed to parse token ( in property declaration Change-Id: I4d9bb4eed5f6fbcc4b81fdad94577f9f06daca39 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/webengine/api/qquickwebenginedownloaditem_p.h')
-rw-r--r--src/webengine/api/qquickwebenginedownloaditem_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/api/qquickwebenginedownloaditem_p.h b/src/webengine/api/qquickwebenginedownloaditem_p.h
index f43eda17c..9a30eb4ca 100644
--- a/src/webengine/api/qquickwebenginedownloaditem_p.h
+++ b/src/webengine/api/qquickwebenginedownloaditem_p.h
@@ -71,7 +71,7 @@ public:
};
Q_ENUMS(DownloadState)
- Q_PROPERTY(quint32 id READ id() CONSTANT FINAL)
+ Q_PROPERTY(quint32 id READ id CONSTANT FINAL)
Q_PROPERTY(DownloadState state READ state NOTIFY stateChanged)
Q_PROPERTY(qint64 totalBytes READ totalBytes NOTIFY totalBytesChanged)
Q_PROPERTY(qint64 receivedBytes READ receivedBytes NOTIFY receivedBytesChanged)