summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSafiyyah Moosa <safiyyah.moosa@qt.io>2023-05-09 11:40:37 +0200
committerSafiyyah Moosa <safiyyah.moosa@qt.io>2023-05-11 14:28:42 +0200
commit2b7401160681fb403ec3d33c491093cce8b64b6d (patch)
treea3846a878af4872b664bad03908c347ef945462a
parent21d728aff3f157750fa25fa1409c01e516a71667 (diff)
downloadqtdeclarative-2b7401160681fb403ec3d33c491093cce8b64b6d.tar.gz
Docs: Fix "Can't link to" example warnings
Task-number: QTBUG-113160 Pick-to: 6.5 Change-Id: If79cfc61ee610f382a071d4a922ba5b73ae1391c Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--src/labs/settings/qqmlsettings.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/labs/settings/qqmlsettings.cpp b/src/labs/settings/qqmlsettings.cpp
index 19ebdaf3c2..b5d2b2f456 100644
--- a/src/labs/settings/qqmlsettings.cpp
+++ b/src/labs/settings/qqmlsettings.cpp
@@ -18,7 +18,7 @@ QT_BEGIN_NAMESPACE
\qmlmodule Qt.labs.settings 1.0
\title Qt Labs Settings QML Types
\ingroup qmlmodules
- \deprecated [6.5] Use \l [QML] {QtCore::}{Settings} from Qt QML Core instead.
+ \deprecated [6.5] Use \l [QML] {QtQmlCore::}{Settings} from Qt QML Core instead.
\brief Provides persistent platform-independent application settings.
To use this module, import the module with the following line:
@@ -33,7 +33,7 @@ QT_BEGIN_NAMESPACE
//! \instantiates QQmlSettings
\inqmlmodule Qt.labs.settings
\ingroup settings
- \deprecated [6.5] Use \l [QML] {QtCore::}{Settings} from Qt QML Core instead.
+ \deprecated [6.5] Use \l [QML] {QtQmlCore::}{Settings} from Qt QML Core instead.
\brief Provides persistent platform-independent application settings.
The Settings type provides persistent platform-independent application settings.
@@ -198,7 +198,7 @@ QT_BEGIN_NAMESPACE
standard, INI text files are used. See \l QSettings documentation for
more details.
- \sa {QtCore::}{Settings}, QSettings
+ \sa {QtQmlCore::}{Settings}, QSettings
*/
Q_LOGGING_CATEGORY(lcSettings, "qt.labs.settings")