mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-10 14:07:56 +00:00
CPropertyNameValidator: Initialize all member variables
Provides a consistent initial state.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user