summaryrefslogtreecommitdiffstats
path: root/src/pdfwidgets
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-09-25 19:35:42 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-11-10 09:01:35 +0000
commit11e92ace42d9936284cc8ff0e15be177a29eef81 (patch)
tree82090223e0d6447b7b9094feac8c97f8463da1f6 /src/pdfwidgets
parent4faf6af284aa2abfcc79fb504284d187d28d340c (diff)
Doc: Fix QPdfPageSelector::currentPageLabel property documentation
src/pdfwidgets/qpdfpageselector.cpp: * warning: Cannot find 'QPdfPageSelector::currentPageIndex' specified with '\property' in any header file src/core/doc/src/qtwebengine-deploying.qdoc: * warning: Unknown command '\maocs' Mark documentation modules free of warnings. Pick-to: 6.6 Change-Id: Icbdf9622501b1fc4911f58682ffd2146efc36c1f Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/pdfwidgets')
-rw-r--r--src/pdfwidgets/qpdfpageselector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdfwidgets/qpdfpageselector.cpp b/src/pdfwidgets/qpdfpageselector.cpp
index 0c42573d8..66b781ed3 100644
--- a/src/pdfwidgets/qpdfpageselector.cpp
+++ b/src/pdfwidgets/qpdfpageselector.cpp
@@ -87,9 +87,9 @@ void QPdfPageSelector::setCurrentPage(int index)
}
/*!
- \property QPdfPageSelector::currentPageIndex
+ \property QPdfPageSelector::currentPageLabel
- This property holds the page label corresponding to the current page index
+ This property holds the page label corresponding to the current page
in the document.
This is the text presented to the user.