summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--library/sound.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/sound.cpp b/library/sound.cpp
index d1e2388..42f7698 100644
--- a/library/sound.cpp
+++ b/library/sound.cpp
@@ -240,14 +240,15 @@ void Sound::soundAlarm()
240/*! \class Sound 240/*! \class Sound
241 \brief The Sound class plays WAVE sound files and can invoke the audible alarm. 241 \brief The Sound class plays WAVE sound files and can invoke the audible alarm.
242 242
243 The Sound class is constructed with the .wav music file name. The Sound 243 The Sound class is constructed with the .wav music file name. The Sound
244 class retrieves the sound file from the shared Resource class. This class 244 class retrieves the sound file from the shared Resource class. This class
245 ties together QSound and the available sound resources. 245 ties together QSound and the available sound resources.
246 246
247 To sound an audible system alarm, call the static method soundAlarm() 247 To sound an audible system alarm, call the static method soundAlarm()
248 248
249 \ingroup qtopiaemb 249 \ingroup qtopiaemb
250*/ 250*/
251 251
252 252#ifndef QT_NO_SOUND
253#include "sound.moc" 253#include "sound.moc"
254#endif