summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtextedit.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-06 23:38:31 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-06 23:38:31 (GMT)
commit36018fb9de1d1943454d518fb4df1f8df41e67b5 (patch)
tree2a27edc461143a1b48be866f50279c703efb2e03 /src/declarative/fx/qfxtextedit.cpp
parentcc5a322cbfa9ae84a6114ef7c171d7e119e6a86c (diff)
downloadQt-36018fb9de1d1943454d518fb4df1f8df41e67b5.zip
Qt-36018fb9de1d1943454d518fb4df1f8df41e67b5.tar.gz
Qt-36018fb9de1d1943454d518fb4df1f8df41e67b5.tar.bz2
Add textFormat property to the Text element.
Diffstat (limited to 'src/declarative/fx/qfxtextedit.cpp')
-rw-r--r--src/declarative/fx/qfxtextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxtextedit.cpp b/src/declarative/fx/qfxtextedit.cpp
index 3778e9a..7162bdf 100644
--- a/src/declarative/fx/qfxtextedit.cpp
+++ b/src/declarative/fx/qfxtextedit.cpp
@@ -179,7 +179,7 @@ void QFxTextEdit::setText(const QString &text)
Supported text formats are \c AutoText, \c PlainText and \c RichText.
The default is AutoText. If the text format is AutoText the text edit
- edit will automatically determine whether the text should be treated as
+ will automatically determine whether the text should be treated as
rich text. This determination is made using Qt::mightBeRichText().
\table