aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divepixmapitem.cpp
blob: c62a7a20b87f85e0e4a106039e2854cc83594d92 (plain) (blame)
1
2
3
4
5
6
#include "divepixmapitem.h"

DivePixmapItem::DivePixmapItem(QObject* parent): QObject(parent), QGraphicsPixmapItem()
{

}