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>bb10
parent
5da3f7fb85
commit
5e6e6dd116
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue