diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-05-17 01:17:27 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-05-17 01:17:27 (GMT) |
commit | f6853d6f8521a057721a943929c96904cdb6f0c6 (patch) | |
tree | d4b7e95c39e61f4f413803699612002b3085c350 /src/declarative/graphicsitems | |
parent | e752dda20ae8b8e75de653371b6bd369d2966104 (diff) | |
download | Qt-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.cpp | 2 |
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. |