aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmleasing/segmentproperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmleasing/segmentproperties.cpp')
-rw-r--r--tools/qmleasing/segmentproperties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmleasing/segmentproperties.cpp b/tools/qmleasing/segmentproperties.cpp
index 01123d3e97..f37527f863 100644
--- a/tools/qmleasing/segmentproperties.cpp
+++ b/tools/qmleasing/segmentproperties.cpp
@@ -30,7 +30,7 @@
#include "splineeditor.h"
SegmentProperties::SegmentProperties(QWidget *parent) :
- QWidget(parent), m_splineEditor(0), m_blockSignals(false)
+ QWidget(parent), m_splineEditor(nullptr), m_blockSignals(false)
{
QVBoxLayout *layout = new QVBoxLayout(this);
layout->setMargin(0);