summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/propertyeditor/stringlisteditorbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/propertyeditor/stringlisteditorbutton.h')
-rw-r--r--src/designer/src/components/propertyeditor/stringlisteditorbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/components/propertyeditor/stringlisteditorbutton.h b/src/designer/src/components/propertyeditor/stringlisteditorbutton.h
index 4a823b726..f2e28f4bf 100644
--- a/src/designer/src/components/propertyeditor/stringlisteditorbutton.h
+++ b/src/designer/src/components/propertyeditor/stringlisteditorbutton.h
@@ -42,7 +42,7 @@ class QT_PROPERTYEDITOR_EXPORT StringListEditorButton: public QToolButton
{
Q_OBJECT
public:
- explicit StringListEditorButton(const QStringList &stringList, QWidget *parent = 0);
+ explicit StringListEditorButton(const QStringList &stringList, QWidget *parent = nullptr);
~StringListEditorButton() override;
inline QStringList stringList() const