summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/diverectitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/profile/diverectitem.cpp')
-rw-r--r--qt-ui/profile/diverectitem.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-ui/profile/diverectitem.cpp b/qt-ui/profile/diverectitem.cpp
index 6bdad1142..8cb60c3f5 100644
--- a/qt-ui/profile/diverectitem.cpp
+++ b/qt-ui/profile/diverectitem.cpp
@@ -1,6 +1,5 @@
#include "diverectitem.h"
-DiveRectItem::DiveRectItem(QObject* parent, QGraphicsItem* parentItem): QObject(parent), QGraphicsRectItem(parentItem )
+DiveRectItem::DiveRectItem(QObject *parent, QGraphicsItem *parentItem) : QObject(parent), QGraphicsRectItem(parentItem)
{
-
}