CPropertyNameValidator: Initialize all member variables
Provides a consistent initial state.
This commit is contained in:
parent
a29e5dad74
commit
9ddb7cc94f
|
@ -10,7 +10,7 @@ class CPropertyNameValidator : public QValidator
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
/** The property being validated against */
|
/** The property being validated against */
|
||||||
IProperty* mpProperty;
|
IProperty* mpProperty = nullptr;
|
||||||
|
|
||||||
/** String to use to override the type name. If empty, the property's normal type name is used. */
|
/** String to use to override the type name. If empty, the property's normal type name is used. */
|
||||||
QString mTypeNameOverride;
|
QString mTypeNameOverride;
|
||||||
|
|
Loading…
Reference in New Issue