From 817dcc4e4493fb89c6d52b5e5ce1548b6a047d08 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 10 Apr 2011 21:34:29 +0200 Subject: - first round of coding cleanup - small sound fix --- pacman-c++/pixmapitem.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pacman-c++/pixmapitem.h') diff --git a/pacman-c++/pixmapitem.h b/pacman-c++/pixmapitem.h index cff976f..f57c22a 100644 --- a/pacman-c++/pixmapitem.h +++ b/pacman-c++/pixmapitem.h @@ -13,7 +13,9 @@ public: PixmapItem(const QString &fileName, QGraphicsScene *scene); PixmapItem(const QPixmap &pix, QGraphicsItem *parent = 0); PixmapItem(const QPixmap &pix, QGraphicsScene *scene); - virtual ~PixmapItem() {}; + virtual ~PixmapItem() + {}; + void setPixmap(const QPixmap &pix); void setSprite(int x, int y, int width, int height); QSizeF size() const; -- cgit v1.2.3