diff options
| author | manuel <manuel@mausz.at> | 2011-04-07 18:01:35 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-07 18:01:35 +0200 |
| commit | 2d8de1ef8477d71c4d79e1ff292566809296e8fe (patch) | |
| tree | d221a3127582d6331bb0cadb6dd4166637db806f /pacman-c++/client.cpp | |
| parent | e1d45435ca9d0a0a9fe3824108db566de00644c2 (diff) | |
| download | foop-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.cpp | 1 |
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() | |||
| 16 | int main(int argc, char ** argv) { | 16 | int 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 | ||
