Add missing documentation for AudioSample::source.
authorYoann Lopes <yoann.lopes@theqtcompany.com>
Wed, 18 Mar 2015 17:12:30 +0000 (18:12 +0100)
committerYoann Lopes <yoann.lopes@theqtcompany.com>
Tue, 24 Mar 2015 16:03:40 +0000 (16:03 +0000)
Change-Id: Iabfb7749bf42413fc19b53b907027caad931092c
Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
src/imports/audioengine/qdeclarative_audiosample_p.cpp

index 69ec8a2..afea7de 100644 (file)
@@ -106,6 +106,11 @@ void QDeclarativeAudioSample::componentComplete()
     m_complete = true;
 }
 
+/*!
+    \qmlproperty url QtAudioEngine::AudioSample::source
+
+    This property holds the source URL of the audio sample.
+*/
 QUrl QDeclarativeAudioSample::source() const
 {
     return m_url;