summaryrefslogtreecommitdiffstats
path: root/pacman-c++/audioplayer.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-09 16:01:36 +0200
committermanuel <manuel@mausz.at>2011-04-09 16:01:36 +0200
commit4c8c448a6de8b33e4a64271d6b2d0d25e00043ab (patch)
treecdaffdc2f43e50cbc12f6f6ead9493c7f7058c23 /pacman-c++/audioplayer.h
parent64a02ded2453082fe13e8a8b408933e8fada131c (diff)
downloadfoop-4c8c448a6de8b33e4a64271d6b2d0d25e00043ab.tar.gz
foop-4c8c448a6de8b33e4a64271d6b2d0d25e00043ab.tar.bz2
foop-4c8c448a6de8b33e4a64271d6b2d0d25e00043ab.zip
store sound muted in local settings
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: