summaryrefslogtreecommitdiffstats
path: root/src/imports/audioengine/qdeclarative_audiocategory_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_audiocategory_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_audiocategory_p.cpp')
-rw-r--r--src/imports/audioengine/qdeclarative_audiocategory_p.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/imports/audioengine/qdeclarative_audiocategory_p.cpp b/src/imports/audioengine/qdeclarative_audiocategory_p.cpp
index a115c0f12..c3e5e4ed0 100644
--- a/src/imports/audioengine/qdeclarative_audiocategory_p.cpp
+++ b/src/imports/audioengine/qdeclarative_audiocategory_p.cpp
@@ -58,8 +58,8 @@ QT_USE_NAMESPACE
This type is part of the \b{QtAudioEngine 1.0} module.
- An instance of AudioCategory can be accessed through QtAudioEngine1::AudioEngine::categories with its
- unique name and must be defined inside AudioEngine.
+ An instance of AudioCategory can be accessed through \l {QtAudioEngine::AudioEngine::categories}
+ {AudioEngine.categories} with its unique name and must be defined inside AudioEngine.
\qml
import QtQuick 2.0
@@ -138,7 +138,7 @@ void QDeclarativeAudioCategory::componentComplete()
}
/*!
- \qmlproperty real QtAudioEngine1::AudioCategory::volume
+ \qmlproperty real QtAudioEngine::AudioCategory::volume
This property holds the volume of the category and will modulate all audio output from the
instances which belong to this category.
@@ -160,7 +160,7 @@ void QDeclarativeAudioCategory::setVolume(qreal volume)
}
/*!
- \qmlproperty string QtAudioEngine1::AudioCategory::name
+ \qmlproperty string QtAudioEngine::AudioCategory::name
This property holds the name of AudioCategory. The name must be unique among all categories and only
defined once. The name cannot be changed after the instance has been initialized.
@@ -180,7 +180,7 @@ QString QDeclarativeAudioCategory::name() const
}
/*!
- \qmlmethod QtAudioEngine1::AudioCategory::stop()
+ \qmlmethod QtAudioEngine::AudioCategory::stop()
Stops all active sound instances which belong to this category.
*/
@@ -190,7 +190,7 @@ void QDeclarativeAudioCategory::stop()
}
/*!
- \qmlmethod QtAudioEngine1::AudioCategory::pause()
+ \qmlmethod QtAudioEngine::AudioCategory::pause()
Pauses all active sound instances which belong to this category.
*/
@@ -200,7 +200,7 @@ void QDeclarativeAudioCategory::pause()
}
/*!
- \qmlmethod QtAudioEngine1::AudioCategory::pause()
+ \qmlmethod QtAudioEngine::AudioCategory::pause()
Resumes all active sound instances from paused state which belong to this category.
*/