aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget/divelineitem.cpp
blob: f9e288a44b8f3ae5af63ee6481cb0f08c86c7f78 (plain) (blame)
1
2
3
4
5
#include "divelineitem.h"

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