diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-11-25 01:33:49 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-11-25 01:33:49 (GMT) |
commit | 5271a2f1a1bbc7eae45824d3aa860d53e3879b79 (patch) | |
tree | 8819cf23c7512dd433998653adfbd6fabffb3008 /src/declarative/graphicsitems/qmlgraphicstextedit.cpp | |
parent | b45102dfd37112a754dd54f3e53ca6fce08f24cc (diff) | |
download | Qt-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.cpp | 2 |
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 { |