[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:
Konstantin Ritt
2015-04-13 16:38:58 +04:00
committed by Yoann Lopes
parent 45d4ef1699
commit d9a988971f

View File

@@ -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.
*/ */