summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativetext.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativetext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetext.cpp b/src/declarative/graphicsitems/qdeclarativetext.cpp
index d61342e..3911d65 100644
--- a/src/declarative/graphicsitems/qdeclarativetext.cpp
+++ b/src/declarative/graphicsitems/qdeclarativetext.cpp
@@ -1073,7 +1073,7 @@ int QDeclarativeText::lineCount() const
/*!
\qmlproperty bool Text::truncated
- Returns if the text has been truncated due to \l maximumLineCount
+ Returns true if the text has been truncated due to \l maximumLineCount
or \l elide.
This property is not supported for rich text.