Doc: Changed \qmlclass to \qmltype and added \instantiates
-New qdoc command \qmltype replaces \qmlclass -\instantiates <C++ class> for determining if the QML type has a C++ implementation Change-Id: I83d1e2c3f376f96ea51afedadf88c3cf478e33d8 Reviewed-by: Martin Smith <martin.smith@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
b976589a66
commit
011e151c4e
@@ -49,7 +49,8 @@
|
||||
QT_USE_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass PlayVariation QDeclarativePlayVariation
|
||||
\qmltype PlayVariation
|
||||
\instantiates QDeclarativePlayVariation
|
||||
\since 1.0
|
||||
\brief Define a playback variation for \l {Sound} {sounds}.
|
||||
So each time the playback of the same sound can be a slightly different even with the same
|
||||
|
||||
Reference in New Issue
Block a user