diff options
| author | manuel <manuel@mausz.at> | 2011-04-09 15:28:00 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-09 15:28:00 +0200 |
| commit | b0d6e4fcf33d21b24d2e9bbf7c5abf2065f0a4b3 (patch) | |
| tree | fecad081d78a75463be914f2a67ae80c9bc9da7c /pacman-c++/client.h | |
| parent | 13199a5212e210206b8d6b938f7c1683760cf226 (diff) | |
| download | foop-b0d6e4fcf33d21b24d2e9bbf7c5abf2065f0a4b3.tar.gz foop-b0d6e4fcf33d21b24d2e9bbf7c5abf2065f0a4b3.tar.bz2 foop-b0d6e4fcf33d21b24d2e9bbf7c5abf2065f0a4b3.zip | |
move sound toggle icon to mainwidget
Diffstat (limited to 'pacman-c++/client.h')
| -rw-r--r-- | pacman-c++/client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pacman-c++/client.h b/pacman-c++/client.h index 56f3602..476b972 100644 --- a/pacman-c++/client.h +++ b/pacman-c++/client.h | |||
| @@ -11,9 +11,6 @@ class Client | |||
| 11 | public: | 11 | public: |
| 12 | Client(); | 12 | Client(); |
| 13 | 13 | ||
| 14 | public slots: | ||
| 15 | void toggleSound() const; | ||
| 16 | |||
| 17 | private: | 14 | private: |
| 18 | MainWidget *m_mainWidget; | 15 | MainWidget *m_mainWidget; |
| 19 | }; | 16 | }; |
