summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebengineprofile.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-02-08 17:44:36 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-02-09 08:27:54 +0000
commit8b3815a88ad48f439df3188bd9c9138e8254b3c1 (patch)
tree2a7a78bb651cb791d69706dc87b630eb3c6e8fcd /src/webengine/api/qquickwebengineprofile.cpp
parent9ff8eda0af657ad504318aebea5349b76fbb107a (diff)
Doc: Fix \sa links in the docs
- Leave out the class name for the members of the class - Add brackets in the end of method names Change-Id: I5429be5620c5c192aa872d94ab047eebe39a13da Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/webengine/api/qquickwebengineprofile.cpp')
-rw-r--r--src/webengine/api/qquickwebengineprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/api/qquickwebengineprofile.cpp b/src/webengine/api/qquickwebengineprofile.cpp
index 871428f33..35efcb3b4 100644
--- a/src/webengine/api/qquickwebengineprofile.cpp
+++ b/src/webengine/api/qquickwebengineprofile.cpp
@@ -302,7 +302,7 @@ QQuickWebEngineProfile::~QQuickWebEngineProfile()
The storage name that is used to create separate subdirectories for each profile that uses
the disk for storing persistent data and cache.
- \sa QQuickWebEngineProfile::persistentStoragePath, QQuickWebEngineProfile::cachePath
+ \sa persistentStoragePath, cachePath
*/
QString QQuickWebEngineProfile::storageName() const