subsurface/profile-widget/diverectitem.cpp

7 lines
187 B
C++
Raw Normal View History

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