diff options
Diffstat (limited to 'pacman-c++/client.h')
| -rw-r--r-- | pacman-c++/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
| 11 | public: | 11 | public: |
| 12 | Client(); | 12 | Client(); |
| 13 | 13 | ||
| 14 | public slots: | ||
| 15 | void toggleSound() const; | ||
| 16 | |||
| 14 | private: | 17 | private: |
| 15 | MainWidget *m_mainWidget; | 18 | MainWidget *m_mainWidget; |
| 16 | }; | 19 | }; |
