summaryrefslogtreecommitdiffstats
path: root/src/pdf/qpdfselection.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-10-26 11:32:58 +0200
committerPaul Wicking <paul.wicking@qt.io>2021-11-15 20:32:16 +0000
commitd518dd7d0745f9e5c4e65b3f63e5a2204c7fd816 (patch)
tree733345186470d891d7fcf934273a18850e69443a /src/pdf/qpdfselection.cpp
parent68e4cd6c2ec1fb92110fed1d31f320bdc5ddd766 (diff)
Doc: Fix qdoc warnings and enable zero warning limit
Change-Id: Ifa2914e7bca9c224670a1891785d0ba8262cd61b Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/pdf/qpdfselection.cpp')
-rw-r--r--src/pdf/qpdfselection.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/pdf/qpdfselection.cpp b/src/pdf/qpdfselection.cpp
index b8ad02969..2b263f444 100644
--- a/src/pdf/qpdfselection.cpp
+++ b/src/pdf/qpdfselection.cpp
@@ -135,7 +135,7 @@ QString QPdfSelection::text() const
}
/*!
- \property rect QPdfSelection::boundingRectangle
+ \property QPdfSelection::boundingRectangle
This property holds the overall bounding rectangle (convex hull) around \l bounds.
*/
@@ -145,7 +145,7 @@ QRectF QPdfSelection::boundingRectangle() const
}
/*!
- \property int QPdfSelection::startIndex
+ \property QPdfSelection::startIndex
This property holds the index at the beginning of \l text within the full text on the page.
*/
@@ -155,7 +155,7 @@ int QPdfSelection::startIndex() const
}
/*!
- \property int QPdfSelection::endIndex
+ \property QPdfSelection::endIndex
This property holds the index at the end of \l text within the full text on the page.
*/
@@ -166,7 +166,8 @@ int QPdfSelection::endIndex() const
#if QT_CONFIG(clipboard)
/*!
- Copies \l text to the \l {QGuiApplication::clipboard()}{system clipboard}.
+ Copies \l text to the \l {QGuiApplication::clipboard()}{system clipboard}
+ depending on the \a mode selected.
*/
void QPdfSelection::copyToClipboard(QClipboard::Mode mode) const
{