summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-15 00:40:13 +0200
committermanuel <manuel@mausz.at>2011-04-15 00:40:13 +0200
commit9a1787acd9fcd5dc0cce80cc0d6d007fa47b8bbe (patch)
treeee3f92b43fa55f950272eb65a9af53e8e14a5471 /pacman-c++/client.h
parent9ab0c3e066b2c0b48daed461e80c7bb22bc6803f (diff)
downloadfoop-9a1787acd9fcd5dc0cce80cc0d6d007fa47b8bbe.tar.gz
foop-9a1787acd9fcd5dc0cce80cc0d6d007fa47b8bbe.tar.bz2
foop-9a1787acd9fcd5dc0cce80cc0d6d007fa47b8bbe.zip
add about dialog
Diffstat (limited to 'pacman-c++/client.h')
-rw-r--r--pacman-c++/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/client.h b/pacman-c++/client.h
index 2583826..7030683 100644
--- a/pacman-c++/client.h
+++ b/pacman-c++/client.h
@@ -23,6 +23,7 @@ private slots:
23 void mutedChanged(bool); 23 void mutedChanged(bool);
24 /* enable ambient (emitted by action) */ 24 /* enable ambient (emitted by action) */
25 void enableAmbientSound(bool); 25 void enableAmbientSound(bool);
26 void showAbout();
26 27
27private: 28private:
28 void createMenu(); 29 void createMenu();