summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2008-10-21 23:00:55 +0200
committerAlbert Astals Cid <aacid@kde.org>2008-10-21 23:00:55 +0200
commit43f2b84a81625abee84c93cdced7fb92c99cd944 (patch)
tree46870b15432ca8baa7a8da25bc6202316b2990e6 /qt4
parent00f9995b4960575cd1f392474c585f2140c8e587 (diff)
[Qt4] Small docu improvement
Diffstat (limited to 'qt4')
-rw-r--r--qt4/src/poppler-qt4.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h
index 6ca70747..9af27378 100644
--- a/qt4/src/poppler-qt4.h
+++ b/qt4/src/poppler-qt4.h
@@ -414,6 +414,9 @@ namespace Poppler {
up-to-down), the QList contains the text in the proper
order.
+ \note The caller owns the text boxes and they should
+ be deleted when no longer required.
+
\warning This method is not tested with Asian scripts
*/
QList<TextBox*> textList(Rotation rotate = Rotate0) const;