summaryrefslogtreecommitdiffstats
path: root/profile-widget/divelineitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'profile-widget/divelineitem.cpp')
-rw-r--r--profile-widget/divelineitem.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/profile-widget/divelineitem.cpp b/profile-widget/divelineitem.cpp
new file mode 100644
index 000000000..f9e288a44
--- /dev/null
+++ b/profile-widget/divelineitem.cpp
@@ -0,0 +1,5 @@
+#include "divelineitem.h"
+
+DiveLineItem::DiveLineItem(QGraphicsItem *parent) : QGraphicsLineItem(parent)
+{
+}