summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-01-28 09:56:32 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-01-28 10:53:28 +0000
commit46e674c90aa966d47c3db25b2a51a98b1b352358 (patch)
treea9df5f9a7e2b867634eec6f1745e01cc3bb9cab5 /src
parentd86feb3afcaacd57e3d661b969db173dea075f96 (diff)
Doc: use the \a command for a variable to fix a QDoc error
In QWebEngineDownloadItem::setSavePageFormat Change-Id: Ieeefcce8007de6fa2258591028f0ec108fc8c69b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/webenginewidgets/api/qwebenginedownloaditem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webenginewidgets/api/qwebenginedownloaditem.cpp b/src/webenginewidgets/api/qwebenginedownloaditem.cpp
index bc7e3932c..ca8b567ab 100644
--- a/src/webenginewidgets/api/qwebenginedownloaditem.cpp
+++ b/src/webenginewidgets/api/qwebenginedownloaditem.cpp
@@ -327,7 +327,7 @@ QWebEngineDownloadItem::SavePageFormat QWebEngineDownloadItem::savePageFormat()
}
/*!
- Sets the format the web page will be saved in if this is a download request for a web page.
+ Sets the \a format the web page will be saved in if this is a download request for a web page.
\sa savePageFormat()
*/