diff options
Diffstat (limited to 'pacman-c++/audioplayer.h')
| -rw-r--r-- | pacman-c++/audioplayer.h | 2 |
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 | ||
| 38 | signals: | 38 | signals: |
| 39 | void finished(); | 39 | void finished(); |
| 40 | void aboutToFinish(); | ||
| 40 | 41 | ||
| 41 | private: | 42 | private: |
| 42 | void test(); | 43 | void test(); |
| @@ -44,6 +45,7 @@ private: | |||
| 44 | 45 | ||
| 45 | private slots: | 46 | private 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 | ||
