summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcheckbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qcheckbox.h')
-rw-r--r--src/widgets/widgets/qcheckbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/widgets/qcheckbox.h b/src/widgets/widgets/qcheckbox.h
index 44dd001ebe..80cb22b82e 100644
--- a/src/widgets/widgets/qcheckbox.h
+++ b/src/widgets/widgets/qcheckbox.h
@@ -58,8 +58,8 @@ class Q_WIDGETS_EXPORT QCheckBox : public QAbstractButton
Q_PROPERTY(bool tristate READ isTristate WRITE setTristate)
public:
- explicit QCheckBox(QWidget *parent = Q_NULLPTR);
- explicit QCheckBox(const QString &text, QWidget *parent = Q_NULLPTR);
+ explicit QCheckBox(QWidget *parent = nullptr);
+ explicit QCheckBox(const QString &text, QWidget *parent = nullptr);
~QCheckBox();
QSize sizeHint() const override;