diff options
author | Martin Smith <msmith@trolltech.com> | 2009-04-28 10:53:34 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-04-28 10:53:34 (GMT) |
commit | 1fd67315f52dd59667d940057d97f6f7a5ec20d0 (patch) | |
tree | 042ffe06fc8555083d70f12984171f8f24e7840e /src/declarative/util/qmlconnection.cpp | |
parent | ff5cf254eb5815460c0a14a0c7f7b077f308e56f (diff) | |
download | Qt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.zip Qt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.tar.gz Qt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.tar.bz2 |
qdoc: Corrected some qdoc warnings.
Diffstat (limited to 'src/declarative/util/qmlconnection.cpp')
-rw-r--r-- | src/declarative/util/qmlconnection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlconnection.cpp b/src/declarative/util/qmlconnection.cpp index b2fd450..1d3b368 100644 --- a/src/declarative/util/qmlconnection.cpp +++ b/src/declarative/util/qmlconnection.cpp @@ -64,7 +64,7 @@ public: \qmlclass Connection QmlConnection \brief The Connection element describes generalized connections to signals. - JavaScript-in-HTML style \l {qmlformatsignalscpp}{signal properties} do not allow: + JavaScript-in-HTML style signal properties do not allow: \list \i connecting to signals with the same name but different parameters \i conformance checking that parameters are correctly named |