From 2b7401160681fb403ec3d33c491093cce8b64b6d Mon Sep 17 00:00:00 2001 From: Safiyyah Moosa Date: Tue, 9 May 2023 11:40:37 +0200 Subject: Docs: Fix "Can't link to" example warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-113160 Pick-to: 6.5 Change-Id: If79cfc61ee610f382a071d4a922ba5b73ae1391c Reviewed-by: Topi Reiniƶ --- src/labs/settings/qqmlsettings.cpp | 6 +++--- 1 file 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") -- cgit v1.2.1