summaryrefslogtreecommitdiffstats
path: root/pacman-c++/audioplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/audioplayer.h')
-rw-r--r--pacman-c++/audioplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/audioplayer.h b/pacman-c++/audioplayer.h
index 55f1b92..e5344e7 100644
--- a/pacman-c++/audioplayer.h
+++ b/pacman-c++/audioplayer.h
@@ -33,6 +33,7 @@ public:
33 void setMuted(bool mute = true); 33 void setMuted(bool mute = true);
34 void play(Sound sound); 34 void play(Sound sound);
35 void enqueue(Sound sound); 35 void enqueue(Sound sound);
36 void clearQueue();
36 Phonon::State state(); 37 Phonon::State state();
37 38
38signals: 39signals: