summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2016-04-05 11:06:31 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2016-04-05 14:41:51 +0000
commit3254a324635ced03f215b87c7ce26ed5ec0a6f1e (patch)
treed7017b40e2a51725b97d5125d8733556568b2e02
parent1d8efc0b6c26baf4fdf5a7a9a136bf3f7bb8c0f2 (diff)
Doc: Mark QWebEngineDownloadItem::SavePageFormat as new in 5.7
Change-Id: I44c67824f56c64f137631f174c419c083af0652c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--src/webenginewidgets/api/qwebenginedownloaditem.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webenginewidgets/api/qwebenginedownloaditem.cpp b/src/webenginewidgets/api/qwebenginedownloaditem.cpp
index 0557273ce..3b75480f9 100644
--- a/src/webenginewidgets/api/qwebenginedownloaditem.cpp
+++ b/src/webenginewidgets/api/qwebenginedownloaditem.cpp
@@ -206,6 +206,7 @@ quint32 QWebEngineDownloadItem::id() const
/*!
\enum QWebEngineDownloadItem::SavePageFormat
+ \since 5.7
This enum describes the format that is used to save a web page.
@@ -320,6 +321,7 @@ bool QWebEngineDownloadItem::isFinished() const
/*!
Returns the format the web page will be saved in if this is a download request for a web page.
+ \since 5.7
\sa setSavePageFormat()
*/
@@ -331,6 +333,7 @@ QWebEngineDownloadItem::SavePageFormat QWebEngineDownloadItem::savePageFormat()
/*!
Sets the \a format the web page will be saved in if this is a download request for a web page.
+ \since 5.7
\sa savePageFormat()
*/