[QtAudioEngine] Fix C&P typo in the SoundInstance docs
Change-Id: Iffe26a13f58c1e4cffe81099d5f0ef204f582999 Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
committed by
Yoann Lopes
parent
45d4ef1699
commit
d9a988971f
@@ -327,7 +327,7 @@ void QDeclarativeSoundInstance::play()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\qmlmethod QtAudioEngine::SoundInstance::play()
|
\qmlmethod QtAudioEngine::SoundInstance::stop()
|
||||||
|
|
||||||
Stops current playback.
|
Stops current playback.
|
||||||
*/
|
*/
|
||||||
@@ -343,7 +343,7 @@ void QDeclarativeSoundInstance::stop()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\qmlmethod QtAudioEngine::SoundInstance::play()
|
\qmlmethod QtAudioEngine::SoundInstance::pause()
|
||||||
|
|
||||||
Pauses current playback.
|
Pauses current playback.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user