summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/propertyeditor/stringlisteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/propertyeditor/stringlisteditor.h')
-rw-r--r--src/designer/src/components/propertyeditor/stringlisteditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/components/propertyeditor/stringlisteditor.h b/src/designer/src/components/propertyeditor/stringlisteditor.h
index 9b092bb0e..bb623d900 100644
--- a/src/designer/src/components/propertyeditor/stringlisteditor.h
+++ b/src/designer/src/components/propertyeditor/stringlisteditor.h
@@ -46,7 +46,7 @@ public:
QStringList stringList() const;
static QStringList getStringList(
- QWidget *parent, const QStringList &init = QStringList(), int *result = 0);
+ QWidget *parent, const QStringList &init = QStringList(), int *result = nullptr);
private slots:
void on_upButton_clicked();
@@ -58,7 +58,7 @@ private slots:
void currentValueChanged();
private:
- StringListEditor(QWidget *parent = 0);
+ StringListEditor(QWidget *parent = nullptr);
void updateUi();
int currentIndex() const;
void setCurrentIndex(int index);