From 11e767ea030cbdab3f0374f61efc3a813746fad5 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 3 Apr 2011 17:01:08 +0200 Subject: extreme cleanup --- pacman-c++/pixmapitem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pacman-c++/pixmapitem.h') 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 @@ #include #include -class PixmapItem : public QGraphicsObject +class PixmapItem + : public QGraphicsObject { public: PixmapItem(const QString &fileName, QGraphicsItem *parent = 0); -- cgit v1.2.3