summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/webengine/api/qquickwebenginedownloaditem.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webengine/api/qquickwebenginedownloaditem.cpp b/src/webengine/api/qquickwebenginedownloaditem.cpp
index 8bf319b85..c2cb0501e 100644
--- a/src/webengine/api/qquickwebenginedownloaditem.cpp
+++ b/src/webengine/api/qquickwebenginedownloaditem.cpp
@@ -185,6 +185,8 @@ quint32 QQuickWebEngineDownloadItem::id() const
Download is in progress.
\value WebEngineDownloadItem.DownloadCompleted
Download completed successfully.
+ \value WebEngineDownloadItem.DownloadCancelled
+ Download was cancelled by the user.
\value WebEngineDownloadItem.DownloadInterrupted
Download has been interrupted (by the server or because of lost connectivity).
*/