// SPDX-License-Identifier: GPL-2.0 #include "diverectitem.h" DiveRectItem::DiveRectItem(QObject *parent, QGraphicsItem *parentItem) : QObject(parent), QGraphicsRectItem(parentItem) { }