aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmleditorwidgets/customcolordialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/qmleditorwidgets/customcolordialog.h')
-rw-r--r--src/libs/qmleditorwidgets/customcolordialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmleditorwidgets/customcolordialog.h b/src/libs/qmleditorwidgets/customcolordialog.h
index a6df6e692d..88564c8142 100644
--- a/src/libs/qmleditorwidgets/customcolordialog.h
+++ b/src/libs/qmleditorwidgets/customcolordialog.h
@@ -43,7 +43,7 @@ class QMLEDITORWIDGETS_EXPORT CustomColorDialog : public QFrame {
Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY colorChanged)
public:
- CustomColorDialog(QWidget *parent = 0);
+ CustomColorDialog(QWidget *parent = nullptr);
QColor color() const { return m_color; }
void setupColor(const QColor &color);
void setColor(const QColor &color)