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

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