diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-09 15:11:35 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-09 15:11:35 +0200 |
| commit | 13199a5212e210206b8d6b938f7c1683760cf226 (patch) | |
| tree | cba982d54d62081589d31f188796b65fc51b703d /pacman-c++/client.h | |
| parent | 979c3b4528da1608404d6e163211280fee5da9c5 (diff) | |
| parent | 827a9b10539af4a8c4cff70fa345254668d294c7 (diff) | |
| download | foop-13199a5212e210206b8d6b938f7c1683760cf226.tar.gz foop-13199a5212e210206b8d6b938f7c1683760cf226.tar.bz2 foop-13199a5212e210206b8d6b938f7c1683760cf226.zip | |
Merge branch 'master' of git.manuel.mausz.at:/foop
Conflicts:
pacman-c++/sceneholder.cpp
pacman-c++/util.h
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 | }; |
