diff options
| author | Oliver Eftevaag <oliver.eftevaag@qt.io> | 2025-12-15 02:21:00 +0100 |
|---|---|---|
| committer | Oliver Eftevaag <oliver.eftevaag@qt.io> | 2025-12-17 08:36:15 +0100 |
| commit | e56bc1351c4ef308dad1da0b105493bef9ffd148 (patch) | |
| tree | 310878e2493f7b5d27180dfb6174e8aed5847a5c /src/labs | |
| parent | c3408ef5d69819abc3b991774cf92684d4dffab4 (diff) | |
The links were broken. This will hopefully make them work, by
referencing QtQuickDialogs in the square brackets.
Pick-to: 6.11
Change-Id: Iad32d85d94caa9624213d07d1da85fbdd6a24e6d
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/labs')
6 files changed, 6 insertions, 6 deletions
diff --git a/src/labs/platform/qquicklabsplatformcolordialog.cpp b/src/labs/platform/qquicklabsplatformcolordialog.cpp index 72f63f5f3f..e4ce7e9944 100644 --- a/src/labs/platform/qquicklabsplatformcolordialog.cpp +++ b/src/labs/platform/qquicklabsplatformcolordialog.cpp @@ -14,7 +14,7 @@ QT_BEGIN_NAMESPACE //! \nativetype QQuickLabsPlatformColorDialog \inqmlmodule Qt.labs.platform \since 5.8 - \deprecated [6.9] Use \l{QtQuick.Dialogs::ColorDialog} instead. + \deprecated [6.9] Use \l [QtQuickDialogs] {ColorDialog}{QtQuick.Dialogs ColorDialog} instead. \brief A native color dialog. The ColorDialog type provides a QML API for native platform color dialogs. diff --git a/src/labs/platform/qquicklabsplatformdialog.cpp b/src/labs/platform/qquicklabsplatformdialog.cpp index 11450c43a5..290494cfca 100644 --- a/src/labs/platform/qquicklabsplatformdialog.cpp +++ b/src/labs/platform/qquicklabsplatformdialog.cpp @@ -19,7 +19,7 @@ QT_BEGIN_NAMESPACE //! \nativetype QQuickLabsPlatformDialog \inqmlmodule Qt.labs.platform \since 5.8 - \deprecated [6.11] Use \l {QtQuick.Dialogs::Dialog} instead. + \deprecated [6.11] Use \l [QtQuickDialogs] {Dialog}{QtQuick.Dialogs Dialog} instead. \brief The base class of native dialogs. The Dialog type provides common QML API for native platform dialogs. diff --git a/src/labs/platform/qquicklabsplatformfiledialog.cpp b/src/labs/platform/qquicklabsplatformfiledialog.cpp index c58e1cb2da..ef72024b2e 100644 --- a/src/labs/platform/qquicklabsplatformfiledialog.cpp +++ b/src/labs/platform/qquicklabsplatformfiledialog.cpp @@ -18,7 +18,7 @@ using namespace Qt::StringLiterals; //! \nativetype QQuickLabsPlatformFileDialog \inqmlmodule Qt.labs.platform \since 5.8 - \deprecated [6.9] Use \l{QtQuick.Dialogs::FileDialog} instead. + \deprecated [6.9] Use \l [QtQuickDialogs] {FileDialog}{QtQuick.Dialogs FileDialog} instead. \brief A native file dialog. The FileDialog type provides a QML API for native platform file dialogs. diff --git a/src/labs/platform/qquicklabsplatformfolderdialog.cpp b/src/labs/platform/qquicklabsplatformfolderdialog.cpp index c5e0ba040a..ebdd73568c 100644 --- a/src/labs/platform/qquicklabsplatformfolderdialog.cpp +++ b/src/labs/platform/qquicklabsplatformfolderdialog.cpp @@ -14,7 +14,7 @@ QT_BEGIN_NAMESPACE //! \nativetype QQuickLabsPlatformFolderDialog \inqmlmodule Qt.labs.platform \since 5.8 - \deprecated [6.9] Use \l{QtQuick.Dialogs::FolderDialog} instead. + \deprecated [6.9] Use \l [QtQuickDialogs] {FolderDialog}{QtQuick.Dialogs FolderDialog} instead. \brief A native folder dialog. The FolderDialog type provides a QML API for native platform folder dialogs. diff --git a/src/labs/platform/qquicklabsplatformfontdialog.cpp b/src/labs/platform/qquicklabsplatformfontdialog.cpp index 4d17d8af9e..9894fd9688 100644 --- a/src/labs/platform/qquicklabsplatformfontdialog.cpp +++ b/src/labs/platform/qquicklabsplatformfontdialog.cpp @@ -14,7 +14,7 @@ QT_BEGIN_NAMESPACE //! \nativetype QQuickLabsPlatformFontDialog \inqmlmodule Qt.labs.platform \since 5.8 - \deprecated [6.9] Use \l{QtQuick.Dialogs::FontDialog} instead. + \deprecated [6.9] Use \l [QtQuickDialogs] {FontDialog}{QtQuick.Dialogs FontDialog} instead. \brief A native font dialog. The FontDialog type provides a QML API for native platform font dialogs. diff --git a/src/labs/platform/qquicklabsplatformmessagedialog.cpp b/src/labs/platform/qquicklabsplatformmessagedialog.cpp index 66b54b959b..f43014193b 100644 --- a/src/labs/platform/qquicklabsplatformmessagedialog.cpp +++ b/src/labs/platform/qquicklabsplatformmessagedialog.cpp @@ -16,7 +16,7 @@ QT_BEGIN_NAMESPACE //! \nativetype QQuickLabsPlatformMessageDialog \inqmlmodule Qt.labs.platform \since 5.8 - \deprecated [6.9] Use \l{QtQuick.Dialogs::MessageDialog} instead. + \deprecated [6.9] Use \l [QtQuickDialogs] {MessageDialog}{QtQuick.Dialogs MessageDialog} instead. \brief A native message dialog. The MessageDialog type provides a QML API for native platform message dialogs. |
