summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/engine/qdataitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavis3d/engine/qdataitem.cpp')
-rw-r--r--src/datavis3d/engine/qdataitem.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/datavis3d/engine/qdataitem.cpp b/src/datavis3d/engine/qdataitem.cpp
index 28a96cc0..f658b0ba 100644
--- a/src/datavis3d/engine/qdataitem.cpp
+++ b/src/datavis3d/engine/qdataitem.cpp
@@ -70,13 +70,13 @@ void QDataItem::setValue(float value)
}
QDataItemPrivate::QDataItemPrivate(QDataItem *q, float value, const QString &label)
- : q_ptr(q)
- , m_value(value)
- , m_label(label)
- , m_prependLabel(false)
- , m_size(QSize(0, 0))
- , m_translation(QVector3D(0, 0, 0))
- , m_textureId(0)
+ : q_ptr(q),
+ m_value(value),
+ m_label(label),
+ m_prependLabel(false),
+ m_size(QSize(0, 0)),
+ m_translation(QVector3D(0, 0, 0)),
+ m_textureId(0)
{
}