summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/qtextobject.h')
-rw-r--r--src/gui/text/qtextobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextobject.h b/src/gui/text/qtextobject.h
index ac82eb13d7..1d4448029d 100644
--- a/src/gui/text/qtextobject.h
+++ b/src/gui/text/qtextobject.h
@@ -217,7 +217,7 @@ public:
QString text() const;
- QVector<QTextLayout::FormatRange> textFormats() const;
+ QList<QTextLayout::FormatRange> textFormats() const;
const QTextDocument *document() const;