summaryrefslogtreecommitdiffstats
path: root/src/imports/audioengine/qdeclarative_audiosample_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/audioengine/qdeclarative_audiosample_p.cpp')
-rw-r--r--src/imports/audioengine/qdeclarative_audiosample_p.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/imports/audioengine/qdeclarative_audiosample_p.cpp b/src/imports/audioengine/qdeclarative_audiosample_p.cpp
index 473ef4524..17361570c 100644
--- a/src/imports/audioengine/qdeclarative_audiosample_p.cpp
+++ b/src/imports/audioengine/qdeclarative_audiosample_p.cpp
@@ -149,7 +149,7 @@ bool QDeclarativeAudioSample::isPreloaded() const
/*!
\qmlproperty bool QtAudioEngine1::AudioSample::loaded
- This property holds indicates whether this sample has been loaded into memory or not.
+ This property indicates whether this sample has been loaded into memory or not.
*/
bool QDeclarativeAudioSample::isLoaded() const
{
@@ -237,16 +237,6 @@ QSoundBuffer* QDeclarativeAudioSample::soundBuffer() const
}
/*!
- \omit
- Note: This QML property is documented twice.
- \qmlproperty bool QtAudioEngine1::AudioSample::loaded
-
- This property holds the load status of the audio sample.
- \endomit
-*/
-
-
-/*!
\qmlsignal QtAudioEngine1::AudioSample::onLoadedChanged()
This handler is called when \l loaded is changed