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 6a127f0315..8138854348 100644
--- a/src/gui/text/qtextobject.h
+++ b/src/gui/text/qtextobject.h
@@ -223,7 +223,7 @@ public:
QString text() const;
- QList<QTextLayout::FormatRange> textFormats() const;
+ QVector<QTextLayout::FormatRange> textFormats() const;
const QTextDocument *document() const;