summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicstext.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-01-18 05:00:21 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-01-18 05:00:21 (GMT)
commit0fc0e12b85f588644f0829494681ddefae77860f (patch)
tree56de8a5f7d939d5ea53395df452904b41e482307 /src/declarative/graphicsitems/qmlgraphicstext.cpp
parentb58738e7ea91aa9f14b213268f338507c6529ba4 (diff)
downloadQt-0fc0e12b85f588644f0829494681ddefae77860f.zip
Qt-0fc0e12b85f588644f0829494681ddefae77860f.tar.gz
Qt-0fc0e12b85f588644f0829494681ddefae77860f.tar.bz2
Doc.
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicstext.cpp')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicstext.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicstext.cpp b/src/declarative/graphicsitems/qmlgraphicstext.cpp
index 84f925d..bfb928a 100644
--- a/src/declarative/graphicsitems/qmlgraphicstext.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicstext.cpp
@@ -368,7 +368,7 @@ void QmlGraphicsText::setWrap(bool w)
will automatically determine whether the text should be treated as
rich text. This determination is made using Qt::mightBeRichText().
- StyledText is an optimized format able supporting some basic text
+ StyledText is an optimized format supporting some basic text
styling markup, in the style of html 3.2:
\code
@@ -379,6 +379,8 @@ void QmlGraphicsText::setWrap(bool w)
&gt; &lt; &amp;
\endcode
+ \c StyledText parser is strict, requiring tags to be correctly nested.
+
\table
\row
\o