summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-09 15:28:00 +0200
committermanuel <manuel@mausz.at>2011-04-09 15:28:00 +0200
commitb0d6e4fcf33d21b24d2e9bbf7c5abf2065f0a4b3 (patch)
treefecad081d78a75463be914f2a67ae80c9bc9da7c /pacman-c++/client.h
parent13199a5212e210206b8d6b938f7c1683760cf226 (diff)
downloadfoop-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.h3
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
11public: 11public:
12 Client(); 12 Client();
13 13
14public slots:
15 void toggleSound() const;
16
17private: 14private:
18 MainWidget *m_mainWidget; 15 MainWidget *m_mainWidget;
19}; 16};