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

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