From c532850fd1f55b563930ad6e178e30cf560ee532 Mon Sep 17 00:00:00 2001 From: Jonas Rabbe Date: Tue, 3 Apr 2012 15:55:55 +1000 Subject: Updated a lot of minor fixes to the docs and removed warnings from qdoc Change-Id: Ib7fd75fb93c038f9e8fa9d71b6ad01fb27b97622 Reviewed-by: Michael Goddard --- src/imports/audioengine/qdeclarative_audiosample_p.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/imports/audioengine/qdeclarative_audiosample_p.cpp') diff --git a/src/imports/audioengine/qdeclarative_audiosample_p.cpp b/src/imports/audioengine/qdeclarative_audiosample_p.cpp index 423945b18..6a33e86a5 100644 --- a/src/imports/audioengine/qdeclarative_audiosample_p.cpp +++ b/src/imports/audioengine/qdeclarative_audiosample_p.cpp @@ -235,6 +235,13 @@ QSoundBuffer* QDeclarativeAudioSample::soundBuffer() const return m_soundBuffer; } +/*! + \qmlproperty bool QtAudioEngine1::AudioSample::loaded + + This property holds the load status of the audio sample. +*/ + + /*! \qmlsignal QtAudioEngine1::AudioSample::onLoadedChanged() -- cgit v1.2.3