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