summaryrefslogtreecommitdiff
path: root/src/spatialaudio/qambientsound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spatialaudio/qambientsound.cpp')
-rw-r--r--src/spatialaudio/qambientsound.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/spatialaudio/qambientsound.cpp b/src/spatialaudio/qambientsound.cpp
index 03846638f..4ea67b2bf 100644
--- a/src/spatialaudio/qambientsound.cpp
+++ b/src/spatialaudio/qambientsound.cpp
@@ -81,7 +81,14 @@ QUrl QAmbientSound::source() const
{
return d->url;
}
+/*!
+ \enum QAmbientSound::Loops
+
+ Lets you control the playback loop using the following values:
+ \value Infinite Loops infinitely
+ \value Once Stops playback after running once
+*/
/*!
\property QAmbientSound::loops