summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-07 18:01:35 +0200
committermanuel <manuel@mausz.at>2011-04-07 18:01:35 +0200
commit2d8de1ef8477d71c4d79e1ff292566809296e8fe (patch)
treed221a3127582d6331bb0cadb6dd4166637db806f /pacman-c++/client.cpp
parente1d45435ca9d0a0a9fe3824108db566de00644c2 (diff)
downloadfoop-2d8de1ef8477d71c4d79e1ff292566809296e8fe.tar.gz
foop-2d8de1ef8477d71c4d79e1ff292566809296e8fe.tar.bz2
foop-2d8de1ef8477d71c4d79e1ff292566809296e8fe.zip
adding application icon
and trying to add actor icon. but this is really hackish
Diffstat (limited to 'pacman-c++/client.cpp')
-rw-r--r--pacman-c++/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp
index cf3c291..47bbc4e 100644
--- a/pacman-c++/client.cpp
+++ b/pacman-c++/client.cpp
@@ -16,6 +16,7 @@ Client::Client()
16int main(int argc, char ** argv) { 16int main(int argc, char ** argv) {
17 QApplication app(argc, argv); 17 QApplication app(argc, argv);
18 app.setApplicationName("pacman-client"); 18 app.setApplicationName("pacman-client");
19 app.setWindowIcon(QIcon(":/appicon"));
19 20
20 qsrand(QTime(0, 0, 0).secsTo(QTime::currentTime())); 21 qsrand(QTime(0, 0, 0).secsTo(QTime::currentTime()));
21 22