qdoc: Include QML type name in method quid
authorMartin Smith <martin.smith@nokia.com>
Wed, 16 May 2012 08:47:28 +0000 (10:47 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 16 May 2012 17:37:44 +0000 (19:37 +0200)
commit6eae3e1da3ebaf8023f85c62f2fdd177fa39e208
tree99b2c9a60dd02f6ded971bdd2bd22c70b091a0d3
parent348c3966a02fd3abd5b172859ae5be04c548cf8a
qdoc: Include QML type name in method quid

A case was found where a method inherited from a
QML type marked abstract had the same name as a
method in the inheriting class, and these two
methods received the same quid. This was fixed
by including the QML type name in the guid for
QML methods.

Change-Id: I110eb254b3c6be014cb67fdc5b57b5aa2f575220
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/tools/qdoc/node.cpp
src/tools/qdoc/node.h