Quellcode durchsuchen

Gave Entity Inspector window an object name

Signed-off-by: Chris Galvan <[email protected]>
Chris Galvan vor 3 Jahren
Ursprung
Commit
41bf4a6d6b

+ 1 - 0
Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.cpp

@@ -21,6 +21,7 @@ QComponentEntityEditorInspectorWindow::QComponentEntityEditorInspectorWindow(QWi
     : QMainWindow(parent)
     : QMainWindow(parent)
     , m_propertyEditor(nullptr)
     , m_propertyEditor(nullptr)
 {
 {
+    setObjectName("ComponentEntityInspector");
     gEnv->pSystem->GetISystemEventDispatcher()->RegisterListener(this);
     gEnv->pSystem->GetISystemEventDispatcher()->RegisterListener(this);
 
 
     Init();
     Init();