diff options
| author | manuel <manuel@mausz.at> | 2011-04-03 17:01:08 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-03 17:01:08 +0200 |
| commit | 11e767ea030cbdab3f0374f61efc3a813746fad5 (patch) | |
| tree | 8351c8b61092874286f9f78f96ad8b5d86ca66e6 /pacman-c++/pixmapitem.h | |
| parent | 818383fec4f220a2410177b58518797e81d8eab3 (diff) | |
| download | foop-11e767ea030cbdab3f0374f61efc3a813746fad5.tar.gz foop-11e767ea030cbdab3f0374f61efc3a813746fad5.tar.bz2 foop-11e767ea030cbdab3f0374f61efc3a813746fad5.zip | |
extreme cleanup
Diffstat (limited to 'pacman-c++/pixmapitem.h')
| -rw-r--r-- | pacman-c++/pixmapitem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pacman-c++/pixmapitem.h b/pacman-c++/pixmapitem.h index 4ea3748..a94c251 100644 --- a/pacman-c++/pixmapitem.h +++ b/pacman-c++/pixmapitem.h | |||
| @@ -4,7 +4,8 @@ | |||
| 4 | #include <QtGui/QGraphicsObject> | 4 | #include <QtGui/QGraphicsObject> |
| 5 | #include <QtGui/QGraphicsScene> | 5 | #include <QtGui/QGraphicsScene> |
| 6 | 6 | ||
| 7 | class PixmapItem : public QGraphicsObject | 7 | class PixmapItem |
| 8 | : public QGraphicsObject | ||
| 8 | { | 9 | { |
| 9 | public: | 10 | public: |
| 10 | PixmapItem(const QString &fileName, QGraphicsItem *parent = 0); | 11 | PixmapItem(const QString &fileName, QGraphicsItem *parent = 0); |
