summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pixmapitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/pixmapitem.h')
-rw-r--r--pacman-c++/pixmapitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/pixmapitem.h b/pacman-c++/pixmapitem.h
index e576d77..cff976f 100644
--- a/pacman-c++/pixmapitem.h
+++ b/pacman-c++/pixmapitem.h
@@ -18,6 +18,7 @@ public:
18 void setSprite(int x, int y, int width, int height); 18 void setSprite(int x, int y, int width, int height);
19 QSizeF size() const; 19 QSizeF size() const;
20 QRectF boundingRect() const; 20 QRectF boundingRect() const;
21 QPainterPath shape() const;
21 void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *); 22 void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *);
22 23
23private: 24private: