forked from qt-creator/qt-creator
QmlDesigner: Fix compile for old gcc
Amends 1278c01c1c
.
Change-Id: I85e4ac570649cdeb3a1f20c867371652f553d80a
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -134,7 +134,7 @@ private:
|
|||||||
QComboBox *m_comboBoxProperty = nullptr;
|
QComboBox *m_comboBoxProperty = nullptr;
|
||||||
QList<BindingEditorDialog::BindingOption> m_bindings;
|
QList<BindingEditorDialog::BindingOption> m_bindings;
|
||||||
bool m_lock = false;
|
bool m_lock = false;
|
||||||
const QString undefinedString = "[Undefined]";
|
const QString undefinedString = {"[Undefined]"};
|
||||||
};
|
};
|
||||||
|
|
||||||
class BindingEditor : public QObject
|
class BindingEditor : public QObject
|
||||||
|
Reference in New Issue
Block a user