aboutsummaryrefslogtreecommitdiff
path: root/src/GraphicsPixmapObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GraphicsPixmapObject.cpp')
-rw-r--r--src/GraphicsPixmapObject.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/GraphicsPixmapObject.cpp b/src/GraphicsPixmapObject.cpp
new file mode 100644
index 0000000..b916bfc
--- /dev/null
+++ b/src/GraphicsPixmapObject.cpp
@@ -0,0 +1,7 @@
+#include "GraphicsPixmapObject.h"
+
+GraphicsPixmapObject::GraphicsPixmapObject(const QPixmap &pixmap,
+ QGraphicsItem *parent) :
+ QGraphicsPixmapItem(pixmap, parent)
+{
+}