소스 검색

Changed Inspector object name to InspectorMainWindow

Signed-off-by: Chris Galvan <[email protected]>
Chris Galvan 3 년 전
부모
커밋
d2b8465f9b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.cpp

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

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