aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmleditorwidgets/huecontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/qmleditorwidgets/huecontrol.h')
-rw-r--r--src/libs/qmleditorwidgets/huecontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmleditorwidgets/huecontrol.h b/src/libs/qmleditorwidgets/huecontrol.h
index f9db8790ed..902b3ceaa8 100644
--- a/src/libs/qmleditorwidgets/huecontrol.h
+++ b/src/libs/qmleditorwidgets/huecontrol.h
@@ -36,7 +36,7 @@ class QMLEDITORWIDGETS_EXPORT HueControl : public QWidget
Q_PROPERTY(qreal hue READ hue WRITE setHue NOTIFY hueChanged)
public:
- HueControl(QWidget *parent = 0) : QWidget(parent), m_color(Qt::white), m_mousePressed(false)
+ HueControl(QWidget *parent = nullptr) : QWidget(parent), m_color(Qt::white), m_mousePressed(false)
{
setFixedWidth(28);
setFixedHeight(130);