diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-01 05:59:34 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-01 05:59:34 (GMT) |
commit | 4b6c67881431cf34eee30319b81bad2030b94ff5 (patch) | |
tree | 53a90124c8f13dac12eacb2f48105eec585115ba /src/declarative/graphicsitems/qmlgraphicstextedit.cpp | |
parent | c25dba4228d958ccddeee22811cec7e40e1ccfc3 (diff) | |
parent | f36455bc3b559261c73b4f6269591a2eda8d0baa (diff) | |
download | Qt-4b6c67881431cf34eee30319b81bad2030b94ff5.zip Qt-4b6c67881431cf34eee30319b81bad2030b94ff5.tar.gz Qt-4b6c67881431cf34eee30319b81bad2030b94ff5.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
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 94c4a1e..4fed035 100644 --- a/src/declarative/graphicsitems/qmlgraphicstextedit.cpp +++ b/src/declarative/graphicsitems/qmlgraphicstextedit.cpp @@ -562,7 +562,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 true. */ bool QmlGraphicsTextEdit::focusOnPress() const { |