mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
6 lines
109 B
C++
6 lines
109 B
C++
|
#include "divelineitem.h"
|
||
|
|
||
|
DiveLineItem::DiveLineItem(QGraphicsItem *parent) : QGraphicsLineItem(parent)
|
||
|
{
|
||
|
}
|