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
@@ -82,7 +82,8 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
/*!
|
||||
\qmlclass SoundEffect QSoundEffect
|
||||
\qmltype SoundEffect
|
||||
\instantiates QSoundEffect
|
||||
\brief The SoundEffect type provides a way to play sound effects in QML.
|
||||
|
||||
\inmodule QtMultimedia
|
||||
|
||||
Reference in New Issue
Block a user