summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-04-12 11:05:34 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-13 10:00:18 +0000
commit5de670283e3093fcdd2a91dcca30ffbe0b03d230 (patch)
tree6f82d8d8c2cc8d2f07dddc0a79aac521d74e82f2
parent75ae3f8d80955f30f9fee987511149531db2779b (diff)
Doc: Add \since tag for QWebEngineProfile::setDownloadPathv5.13.0-beta3
Change-Id: I3638fd51bbb871b7dc920a7c3e1435c26db02f7c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/webenginewidgets/api/qwebengineprofile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webenginewidgets/api/qwebengineprofile.cpp b/src/webenginewidgets/api/qwebengineprofile.cpp
index 47b3f4363..6b31b3217 100644
--- a/src/webenginewidgets/api/qwebengineprofile.cpp
+++ b/src/webenginewidgets/api/qwebengineprofile.cpp
@@ -403,6 +403,8 @@ QString QWebEngineProfile::downloadPath() const
}
/*!
+ \since 5.13
+
Overrides the default path used for download location, setting it to \a path.
If set to the null string, the default path is restored.