From 9f896b86b671b3a05314d2013a315d996b456f95 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 9 Apr 2011 15:03:50 +0200 Subject: add toggle audio icon --- pacman-c++/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pacman-c++/client.h') diff --git a/pacman-c++/client.h b/pacman-c++/client.h index 476b972..56f3602 100644 --- a/pacman-c++/client.h +++ b/pacman-c++/client.h @@ -11,6 +11,9 @@ class Client public: Client(); +public slots: + void toggleSound() const; + private: MainWidget *m_mainWidget; }; -- cgit v1.2.3