summaryrefslogtreecommitdiffstats
path: root/src/pdfquick/qquickpdfdocument.cpp
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2024-08-20 09:38:02 +0200
committerPaul Wicking <paul.wicking@qt.io>2024-08-20 13:41:27 +0000
commita3d01750172e60ab6411748731b02c602ac113f8 (patch)
treedd450c2fb2b136ca2ff8df81b8ed6b0110b2ca4a /src/pdfquick/qquickpdfdocument.cpp
parentb13a99a01e950bfd471f5ade8455dade2504fe6b (diff)
Doc: Replace \instantiates with \nativetype
Since the implementation of the `\nativetype`-command in QDoc, the `\instantiates`-command is deprecated. Replace the use of the deprecated command in favor of its replacement. Pick-to: 6.8 Task-number: QTBUG-128216 Change-Id: I10cad9942e34301ded99c7014c1c70375e0698e1 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/pdfquick/qquickpdfdocument.cpp')
-rw-r--r--src/pdfquick/qquickpdfdocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdfquick/qquickpdfdocument.cpp b/src/pdfquick/qquickpdfdocument.cpp
index 9770900db..268036d39 100644
--- a/src/pdfquick/qquickpdfdocument.cpp
+++ b/src/pdfquick/qquickpdfdocument.cpp
@@ -14,7 +14,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmltype PdfDocument
-//! \instantiates QQuickPdfDocument
+//! \nativetype QQuickPdfDocument
\inqmlmodule QtQuick.Pdf
\ingroup pdf
\brief A representation of a PDF document.