aboutsummaryrefslogtreecommitdiff
path: root/src/GraphicsPixmapObject.cpp
blob: b916bfcba98a904e4672ddd697edb6dc29b20b63 (plain)
1
2
3
4
5
6
7
#include "GraphicsPixmapObject.h"

GraphicsPixmapObject::GraphicsPixmapObject(const QPixmap &pixmap,
                                           QGraphicsItem *parent) :
    QGraphicsPixmapItem(pixmap, parent)
{
}