diff options
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) |
