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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/audioplayer.h b/pacman-c++/audioplayer.h
index 567ccb1..474b6ca 100644
--- a/pacman-c++/audioplayer.h
+++ b/pacman-c++/audioplayer.h
@@ -41,6 +41,7 @@ public:
41signals: 41signals:
42 void finished(); 42 void finished();
43 void aboutToFinish(); 43 void aboutToFinish();
44 void mutedChanged(bool muted);
44 45
45private: 46private:
46 void test(); 47 void test();
@@ -50,6 +51,7 @@ private slots:
50 void finished_p(); 51 void finished_p();
51 void aboutToFinish_p(); 52 void aboutToFinish_p();
52 void stateChanged_p(Phonon::State newstate, Phonon::State oldstate); 53 void stateChanged_p(Phonon::State newstate, Phonon::State oldstate);
54 void mutedChanged_p(bool muted);
53 void testFinished(); 55 void testFinished();
54 56
55private: 57private: