1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00
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()
{
}