mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-03 03:36:10 +00:00
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
|
||||
|
||||
/** 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user