diff options
| author | manuel <manuel@mausz.at> | 2011-04-04 14:40:13 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-04 14:40:13 +0200 |
| commit | 471177aad38350840eed6452b1ad8723b61c330d (patch) | |
| tree | 02f568f52cfe3ecd4c48fe9a96086ac3f748cd59 /pacman-c++/pixmapitem.cpp | |
| parent | 03c82aa4ebb40b7c6ba5a304df6ff11b85afe80d (diff) | |
| download | foop-471177aad38350840eed6452b1ad8723b61c330d.tar.gz foop-471177aad38350840eed6452b1ad8723b61c330d.tar.bz2 foop-471177aad38350840eed6452b1ad8723b61c330d.zip | |
add more pacmans
Diffstat (limited to 'pacman-c++/pixmapitem.cpp')
| -rw-r--r-- | pacman-c++/pixmapitem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/pixmapitem.cpp b/pacman-c++/pixmapitem.cpp index b0a81d0..84517c2 100644 --- a/pacman-c++/pixmapitem.cpp +++ b/pacman-c++/pixmapitem.cpp | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "pixmapitem.h" | 1 | #include "pixmapitem.h" |
| 2 | #include <QPainter> | 2 | #include <QPainter> |
| 3 | #include <QDebug> | ||
| 4 | 3 | ||
| 5 | PixmapItem::PixmapItem(QGraphicsItem *parent) | 4 | PixmapItem::PixmapItem(QGraphicsItem *parent) |
| 6 | : QGraphicsObject(parent), m_x(0), m_y(0) | 5 | : QGraphicsObject(parent), m_x(0), m_y(0) |
