summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qsound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/audio/qsound.cpp')
-rw-r--r--src/multimedia/audio/qsound.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/multimedia/audio/qsound.cpp b/src/multimedia/audio/qsound.cpp
index c6fae3f03..d7de822b3 100644
--- a/src/multimedia/audio/qsound.cpp
+++ b/src/multimedia/audio/qsound.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtGui module of the Qt Toolkit.
@@ -47,7 +47,7 @@
/*!
\class QSound
\brief The QSound class provides a method to play .wav sound files.
-
+ \inmodule QtMultimedia
\ingroup multimedia
\ingroup multimedia_audio
@@ -55,12 +55,12 @@
applications: asynchronously playing a sound file. This is most
easily accomplished using the static play() function:
- \snippet doc/src/snippets/multimedia-snippets/qsound.cpp 0
+ \snippet multimedia-snippets/qsound.cpp 0
Alternatively, create a QSound object from the sound file first
and then call the play() slot:
- \snippet doc/src/snippets/multimedia-snippets/qsound.cpp 1
+ \snippet multimedia-snippets/qsound.cpp 1
Once created a QSound object can be queried for its fileName() and
total number of loops() (i.e. the number of times the sound will