// SPDX-License-Identifier: GPL-2.0
#include "divelineitem.h"

DiveLineItem::DiveLineItem(QGraphicsItem *parent) : QGraphicsLineItem(parent)
{
}