mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
49d0bb8406
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
6 lines
145 B
C++
6 lines
145 B
C++
// SPDX-License-Identifier: GPL-2.0
|
|
#include "divelineitem.h"
|
|
|
|
DiveLineItem::DiveLineItem(QGraphicsItem *parent) : QGraphicsLineItem(parent)
|
|
{
|
|
}
|