summaryrefslogtreecommitdiff
path: root/src/pdfquick
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-03-14 22:08:41 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2022-03-16 14:21:30 +0100
commit237f70db66439a7b8e45bc6c48a600b9b13363a6 (patch)
tree3d1d0f365dc2aaa6d8fa63f8b78f1ba4b1a90993 /src/pdfquick
parent90c9b79ba866b5d46c978881a937d9a4a440d4fb (diff)
downloadqtwebengine-237f70db66439a7b8e45bc6c48a600b9b13363a6.tar.gz
doc: PdfDocument qmlproperty type corrections
Pick-to: 6.3 Change-Id: Id2c880a73f9524749fa256a15cc3e05a6b26ee39 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/pdfquick')
-rw-r--r--src/pdfquick/qquickpdfdocument.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pdfquick/qquickpdfdocument.cpp b/src/pdfquick/qquickpdfdocument.cpp
index f2c45dd87..6cb57d76d 100644
--- a/src/pdfquick/qquickpdfdocument.cpp
+++ b/src/pdfquick/qquickpdfdocument.cpp
@@ -145,7 +145,7 @@ QString QQuickPdfDocument::error() const
}
/*!
- \qmlproperty bool PdfDocument::password
+ \qmlproperty string PdfDocument::password
This property holds the document password. If the passwordRequired()
signal is emitted, the UI should prompt the user and then set this
@@ -275,13 +275,13 @@ void QQuickPdfDocument::updateMaxPageSize()
*/
/*!
- \qmlproperty string PdfDocument::creationDate
+ \qmlproperty date PdfDocument::creationDate
This property holds the date and time the document was created.
*/
/*!
- \qmlproperty string PdfDocument::modificationDate
+ \qmlproperty date PdfDocument::modificationDate
This property holds the date and time the document was most recently
modified.