subsurface/qt-ui/profile/divepixmapitem.cpp

6 lines
122 B
C++
Raw Normal View History

#include "divepixmapitem.h"
DivePixmapItem::DivePixmapItem(QObject *parent) : QObject(parent), QGraphicsPixmapItem()
{
}