diff options
Diffstat (limited to 'src/labs/platform/qquicklabsplatformfontdialog.cpp')
| -rw-r--r-- | src/labs/platform/qquicklabsplatformfontdialog.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/labs/platform/qquicklabsplatformfontdialog.cpp b/src/labs/platform/qquicklabsplatformfontdialog.cpp index 3d34bbe77e..b182ae4453 100644 --- a/src/labs/platform/qquicklabsplatformfontdialog.cpp +++ b/src/labs/platform/qquicklabsplatformfontdialog.cpp @@ -3,6 +3,8 @@ #include "qquicklabsplatformfontdialog_p.h" +#if QT_DEPRECATED_SINCE(6, 9) + QT_BEGIN_NAMESPACE /*! @@ -11,6 +13,7 @@ QT_BEGIN_NAMESPACE //! \nativetype QQuickLabsPlatformFontDialog \inqmlmodule Qt.labs.platform \since 5.8 + \deprecated [6.9] Use QtQuick.Dialogs::FontDialog instead. \brief A native font dialog. The FontDialog type provides a QML API for native platform font dialogs. @@ -53,6 +56,8 @@ QT_BEGIN_NAMESPACE \input includes/widgets.qdocinc 1 \labs + + \sa QtQuick.Dialogs::FontDialog */ QQuickLabsPlatformFontDialog::QQuickLabsPlatformFontDialog(QObject *parent) @@ -176,3 +181,5 @@ void QQuickLabsPlatformFontDialog::accept() QT_END_NAMESPACE #include "moc_qquicklabsplatformfontdialog_p.cpp" + +#endif // QT_DEPRECATED_SINCE(6, 9) |
