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

DiveRectItem::DiveRectItem(QObject* parent, QGraphicsItem* parentItem): QObject(parent), QGraphicsRectItem(parentItem )
{

}