mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-10 05:57:48 +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
|
||||
|
||||
/** 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. */
|
||||
QString mTypeNameOverride;
|
||||
|
||||
Reference in New Issue
Block a user