diff options
| author | manuel <manuel@mausz.at> | 2011-04-06 14:32:09 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-06 14:32:09 +0200 |
| commit | 6dc8b50817fe5da8550c245db755f7014402c62a (patch) | |
| tree | c2c657b7f7103c436003788d4f0b45758cb2dfd8 /pacman-c++/mainwidget.h | |
| parent | 3cdc77bc7d1da312a0c7ae9c734f6a33f1c49ecf (diff) | |
| download | foop-6dc8b50817fe5da8550c245db755f7014402c62a.tar.gz foop-6dc8b50817fe5da8550c245db755f7014402c62a.tar.bz2 foop-6dc8b50817fe5da8550c245db755f7014402c62a.zip | |
some minor cleanup
Diffstat (limited to 'pacman-c++/mainwidget.h')
| -rw-r--r-- | pacman-c++/mainwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h index f7113a5..0a97116 100644 --- a/pacman-c++/mainwidget.h +++ b/pacman-c++/mainwidget.h | |||
| @@ -33,7 +33,7 @@ private: | |||
| 33 | QGraphicsScene *m_scene; | 33 | QGraphicsScene *m_scene; |
| 34 | 34 | ||
| 35 | // map of actors in order to keep track of those instances | 35 | // map of actors in order to keep track of those instances |
| 36 | QMap<Color, Actor*> m_actors; | 36 | QMap<Color::Color, Actor*> m_actors; |
| 37 | 37 | ||
| 38 | // key currently pressed by user | 38 | // key currently pressed by user |
| 39 | transmission::field_t currentKey; | 39 | transmission::field_t currentKey; |
