diff options
| author | manuel <manuel@mausz.at> | 2011-04-05 12:26:04 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-05 12:26:04 +0200 |
| commit | bfaf2e63e64169abbb1a4c079a937091060574b7 (patch) | |
| tree | 4054c7cce1f9e8aaa467ef51e28c581c40986b93 /pacman-c++/client.cpp | |
| parent | 897bc2bb42d79369d2f915d0da4e3b7f3b1a6fce (diff) | |
| download | foop-bfaf2e63e64169abbb1a4c079a937091060574b7.tar.gz foop-bfaf2e63e64169abbb1a4c079a937091060574b7.tar.bz2 foop-bfaf2e63e64169abbb1a4c079a937091060574b7.zip | |
forgot some commits..
replace std::map with QMap
Diffstat (limited to 'pacman-c++/client.cpp')
| -rw-r--r-- | pacman-c++/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp index 416bd12..736de35 100644 --- a/pacman-c++/client.cpp +++ b/pacman-c++/client.cpp | |||
| @@ -11,7 +11,7 @@ int main(int argc, char ** argv) { | |||
| 11 | QApplication app(argc, argv); | 11 | QApplication app(argc, argv); |
| 12 | app.setApplicationName("pacman-client"); | 12 | app.setApplicationName("pacman-client"); |
| 13 | 13 | ||
| 14 | qsrand(QTime(0,0,0).secsTo(QTime::currentTime())); | 14 | qsrand(QTime(0, 0, 0).secsTo(QTime::currentTime())); |
| 15 | 15 | ||
| 16 | Client client; | 16 | Client client; |
| 17 | client.show(); | 17 | client.show(); |
