diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-11 06:57:28 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-11 06:57:28 (GMT) |
commit | 3fa3e8d03109ec566b9f33c85543157467adfeea (patch) | |
tree | 788c864f726475393cd676b25572ab41eba54d39 /tools/qdoc3/cppcodemarker.cpp | |
parent | 2f0337cbbc442904f77b768df41b45754e251614 (diff) | |
parent | 66a8b8b7bdb7fb9811cdeccfa7e57c44d8b4fd8c (diff) | |
download | Qt-3fa3e8d03109ec566b9f33c85543157467adfeea.zip Qt-3fa3e8d03109ec566b9f33c85543157467adfeea.tar.gz Qt-3fa3e8d03109ec566b9f33c85543157467adfeea.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tools/qdoc3/cppcodemarker.cpp')
-rw-r--r-- | tools/qdoc3/cppcodemarker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qdoc3/cppcodemarker.cpp b/tools/qdoc3/cppcodemarker.cpp index a8f6a02..f3c8fa5 100644 --- a/tools/qdoc3/cppcodemarker.cpp +++ b/tools/qdoc3/cppcodemarker.cpp @@ -1127,7 +1127,7 @@ QList<Section> CppCodeMarker::qmlSections(const QmlClassNode* qmlClassNode, "signal", "signals"); FastSection qmlattachedsignals(qmlClassNode, - "QML Attached Signals", + "Attached Signals", "signal", "signals"); FastSection qmlmethods(qmlClassNode, @@ -1135,7 +1135,7 @@ QList<Section> CppCodeMarker::qmlSections(const QmlClassNode* qmlClassNode, "method", "methods"); FastSection qmlattachedmethods(qmlClassNode, - "QML Attached Methods", + "Attached Methods", "method", "methods"); |