subsurface/profile-widget/diverectitem.cpp
Dirk Hohndel 49d0bb8406 Add SPDX header to profile widgets
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2017-04-29 13:32:55 -07:00

6 lines
187 B
C++

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