summaryrefslogtreecommitdiffstats
path: root/src/imports/audioengine/qdeclarative_audiosample_p.cpp
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-03-15 07:11:32 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-17 14:46:53 +0100
commitd204391cc1cf75601a8fb4a5037060508af40585 (patch)
tree992216402bb93830561126cae596ac037d3f2ede /src/imports/audioengine/qdeclarative_audiosample_p.cpp
parenteec1381606506f80576dc621a7d83328ca18468b (diff)
Doc: Qt Audio Engine: Restore lost docs
When QDoc stopped accepting the version number of QML modules, some parts of QML documentation disappeared silently. Change-Id: I528a2d77587e5803ed971dfe8849d0b37d9c555a Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/imports/audioengine/qdeclarative_audiosample_p.cpp')
-rw-r--r--src/imports/audioengine/qdeclarative_audiosample_p.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/imports/audioengine/qdeclarative_audiosample_p.cpp b/src/imports/audioengine/qdeclarative_audiosample_p.cpp
index 0a6acb2f8..7d1ca0926 100644
--- a/src/imports/audioengine/qdeclarative_audiosample_p.cpp
+++ b/src/imports/audioengine/qdeclarative_audiosample_p.cpp
@@ -61,7 +61,7 @@ QT_USE_NAMESPACE
\c AudioSample is part of the \b{QtAudioEngine 1.0} module.
- It can be accessed through QtAudioEngine1::AudioEngine::samples with its unique
+ It can be accessed through QtAudioEngine::AudioEngine::samples with its unique
name and must be defined inside AudioEngine.
\qml
@@ -134,7 +134,7 @@ bool QDeclarativeAudioSample::isStreaming() const
}
/*!
- \qmlproperty bool QtAudioEngine1::AudioSample::preloaded
+ \qmlproperty bool QtAudioEngine::AudioSample::preloaded
This property indicates whether this sample needs to be preloaded or not.
If true, the audio engine will start loading the sample file immediately when the app started,
@@ -147,7 +147,7 @@ bool QDeclarativeAudioSample::isPreloaded() const
}
/*!
- \qmlproperty bool QtAudioEngine1::AudioSample::loaded
+ \qmlproperty bool QtAudioEngine::AudioSample::loaded
This property indicates whether this sample has been loaded into memory or not.
*/
@@ -159,7 +159,7 @@ bool QDeclarativeAudioSample::isLoaded() const
}
/*!
- \qmlmethod void QtAudioEngine1::AudioSample::load()
+ \qmlmethod void QtAudioEngine::AudioSample::load()
Starts loading the sample into memory if not loaded.
*/
@@ -193,7 +193,7 @@ void QDeclarativeAudioSample::setStreaming(bool streaming)
}
/*!
- \qmlproperty string QtAudioEngine1::AudioSample::name
+ \qmlproperty string QtAudioEngine::AudioSample::name
This property holds the name of AudioSample, must be unique among all samples and only
defined once.
@@ -237,7 +237,7 @@ QSoundBuffer* QDeclarativeAudioSample::soundBuffer() const
}
/*!
- \qmlsignal QtAudioEngine1::AudioSample::onLoadedChanged()
+ \qmlsignal QtAudioEngine::AudioSample::onLoadedChanged()
This handler is called when \l loaded is changed
*/