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 dd128c5..55f1b92 100644
--- a/pacman-c++/audioplayer.h
+++ b/pacman-c++/audioplayer.h
@@ -37,6 +37,7 @@ public:
37 37
38signals: 38signals:
39 void finished(); 39 void finished();
40 void aboutToFinish();
40 41
41private: 42private:
42 void test(); 43 void test();
@@ -44,6 +45,7 @@ private:
44 45
45private slots: 46private slots:
46 void finished_p(); 47 void finished_p();
48 void aboutToFinish_p();
47 void stateChanged_p(Phonon::State newstate, Phonon::State oldstate); 49 void stateChanged_p(Phonon::State newstate, Phonon::State oldstate);
48 void testFinished(); 50 void testFinished();
49 51