qdoc: Change qdoc to use QML terminology

\since command's output to "This QML type was introduced..."

Task number: QTBUG-24784

Change-Id: I741efb57979eb76f4675915ef1a6b983deb492d9
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Martin Smith 2012-10-03 09:53:37 +02:00 committed by The Qt Project
parent 5da3f7fb85
commit 5e6e6dd116

View File

@ -357,7 +357,7 @@ QString Node::nodeSubtypeString(unsigned t)
case ExternalPage:
return "external page";
case QmlClass:
return "QML class";
return "QML type";
case QmlPropertyGroup:
return "QML property group";
case QmlBasicType: