From 5de670283e3093fcdd2a91dcca30ffbe0b03d230 Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@qt.io>
Date: Fri, 12 Apr 2019 11:05:34 +0200
Subject: [PATCH] Doc: Add \since tag for QWebEngineProfile::setDownloadPath

Change-Id: I3638fd51bbb871b7dc920a7c3e1435c26db02f7c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
---
 src/webenginewidgets/api/qwebengineprofile.cpp | 2 ++
 1 file changed, 2 insertions(+)

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.
-- 
GitLab