summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicstextedit.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-11-25 01:33:49 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-11-25 01:33:49 (GMT)
commit5271a2f1a1bbc7eae45824d3aa860d53e3879b79 (patch)
tree8819cf23c7512dd433998653adfbd6fabffb3008 /src/declarative/graphicsitems/qmlgraphicstextedit.cpp
parentb45102dfd37112a754dd54f3e53ca6fce08f24cc (diff)
downloadQt-5271a2f1a1bbc7eae45824d3aa860d53e3879b79.zip
Qt-5271a2f1a1bbc7eae45824d3aa860d53e3879b79.tar.gz
Qt-5271a2f1a1bbc7eae45824d3aa860d53e3879b79.tar.bz2
Doc improvements
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicstextedit.cpp')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicstextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicstextedit.cpp b/src/declarative/graphicsitems/qmlgraphicstextedit.cpp
index 2588f7d..bec2ff8 100644
--- a/src/declarative/graphicsitems/qmlgraphicstextedit.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicstextedit.cpp
@@ -563,7 +563,7 @@ QString QmlGraphicsTextEdit::selectedText() const
\qmlproperty bool TextEdit::focusOnPress
Whether the TextEdit should gain focus on a mouse press. By default this is
- set to false;
+ set to false.
*/
bool QmlGraphicsTextEdit::focusOnPress() const
{