summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/stylesheet/stylesheeteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/stylesheet/stylesheeteditor.h')
-rw-r--r--examples/widgets/widgets/stylesheet/stylesheeteditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/widgets/stylesheet/stylesheeteditor.h b/examples/widgets/widgets/stylesheet/stylesheeteditor.h
index 65a3018adb..f51af7877c 100644
--- a/examples/widgets/widgets/stylesheet/stylesheeteditor.h
+++ b/examples/widgets/widgets/stylesheet/stylesheeteditor.h
@@ -60,7 +60,7 @@ class StyleSheetEditor : public QDialog
Q_OBJECT
public:
- StyleSheetEditor(QWidget *parent = 0);
+ StyleSheetEditor(QWidget *parent = nullptr);
private slots:
void on_styleCombo_activated(const QString &styleName);