diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-11-09 04:33:16 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-11-09 04:34:45 (GMT) |
commit | 736a73ac2d05bcc811ee8eaeb6aa7a026d6b018a (patch) | |
tree | 03ffad8cc47692da25771fdf21235f5a8a9bb52d /src | |
parent | 9b24932eba2b204852c4f2b35e05bd7d9d47ccea (diff) | |
download | Qt-736a73ac2d05bcc811ee8eaeb6aa7a026d6b018a.zip Qt-736a73ac2d05bcc811ee8eaeb6aa7a026d6b018a.tar.gz Qt-736a73ac2d05bcc811ee8eaeb6aa7a026d6b018a.tar.bz2 |
Fix Text::elide docs.
Reviewed-by: Michael Brasser
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativetext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetext.cpp b/src/declarative/graphicsitems/qdeclarativetext.cpp index 615c619..82c444e 100644 --- a/src/declarative/graphicsitems/qdeclarativetext.cpp +++ b/src/declarative/graphicsitems/qdeclarativetext.cpp @@ -1063,7 +1063,7 @@ void QDeclarativeText::setTextFormat(TextFormat format) Set this property to elide parts of the text fit to the Text item's width. The text will only elide if an explicit width has been set. - This property cannot be used with wrapping enabled or with rich text. + This property cannot be used with multi-line text or with rich text. Eliding can be: \list |