summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divelineitem.cpp
blob: 863cd621898cf3e93d21403284791c840e81906c (plain) (blame)
1
2
3
4
5
6
7
#include "divelineitem.h"
#include "animationfunctions.h"
#include <QPropertyAnimation>

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