aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget/diverectitem.cpp
blob: 8cfad46c705ebf9ed52877b06d7922b704a32a06 (plain) (blame)
1
2
3
4
5
6
// SPDX-License-Identifier: GPL-2.0
#include "diverectitem.h"

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