diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-17 21:38:27 +0100 |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-17 21:38:27 +0100 |
commit | e1b85d70420001f2be698d08e62b7e784a13a134 (patch) | |
tree | ca21ef6afc045e409d1c33043e4a78415df8e820 /doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc | |
parent | c164a5be25cb8bd70235571169b66af2fc6a8cbd (diff) | |
download | qt4-tools-e1b85d70420001f2be698d08e62b7e784a13a134.tar.gz |
Doc: Fixed links and whitespace.
Diffstat (limited to 'doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc')
-rw-r--r-- | doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc b/doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc index e33ee13e6f..ac3669dd81 100644 --- a/doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc +++ b/doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc @@ -90,8 +90,8 @@ Similar to JavaScript or C++, there are two ways of commenting QML code: \section1 Group Properties -Many QML properties are \l{attached-properties}{attached} or -\l {qml-grouped-properties}{group} properties. For convenience, you may treat +Many QML properties are \l{attached-properties}{attached} or +\l {qml-grouped-properties}{group} properties. For convenience, you may treat them as another element when dealing with multiple properties belonging to the same group. |