mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-09 05:27:41 +00:00
CPropertyView: Initialize all member variables
This commit is contained in:
@@ -12,7 +12,7 @@ class CPropertyView : public QTreeView
|
||||
|
||||
CPropertyModel* mpModel;
|
||||
CPropertyDelegate* mpDelegate;
|
||||
CScriptObject* mpObject;
|
||||
CScriptObject* mpObject = nullptr;
|
||||
|
||||
IProperty* mpMenuProperty = nullptr;
|
||||
QAction* mpShowNameValidityAction;
|
||||
|
||||
Reference in New Issue
Block a user