summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-05-17 01:17:27 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-05-17 01:17:27 (GMT)
commitf6853d6f8521a057721a943929c96904cdb6f0c6 (patch)
treed4b7e95c39e61f4f413803699612002b3085c350 /src/declarative/graphicsitems
parente752dda20ae8b8e75de653371b6bd369d2966104 (diff)
downloadQt-f6853d6f8521a057721a943929c96904cdb6f0c6.zip
Qt-f6853d6f8521a057721a943929c96904cdb6f0c6.tar.gz
Qt-f6853d6f8521a057721a943929c96904cdb6f0c6.tar.bz2
Add \brief to TextInput
Diffstat (limited to 'src/declarative/graphicsitems')
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextinput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetextinput.cpp b/src/declarative/graphicsitems/qdeclarativetextinput.cpp
index afbaaac..b00f724 100644
--- a/src/declarative/graphicsitems/qdeclarativetextinput.cpp
+++ b/src/declarative/graphicsitems/qdeclarativetextinput.cpp
@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmlclass TextInput QDeclarativeTextInput
\since 4.7
- The TextInput item allows you to add an editable line of text to a scene.
+ \brief The TextInput item allows you to add an editable line of text to a scene.
TextInput can only display a single line of text, and can only display
plain text. However it can provide addition input constraints on the text.