CPropertyNameValidator: Initialize all member variables

Provides a consistent initial state.
This commit is contained in:
Lioncash 2020-07-03 10:44:42 -04:00
parent a29e5dad74
commit 9ddb7cc94f
1 changed files with 1 additions and 1 deletions

View File

@ -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;