ProjectExplorer: Let ProjectPanelFactories auto-register

Change-Id: Iaca1438f1199c2dd112b61a8ff74f4707867e7c5
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-11-15 15:19:51 +01:00
parent 2b39aa22fc
commit 3c5520efaa
17 changed files with 18 additions and 34 deletions

View File

@@ -70,7 +70,6 @@ public:
setPriority(40);
setDisplayName(Tr::tr("Code Style"));
setCreateWidgetFunction([](Project *project) { return new CodeStyleSettingsWidget(project); });
ProjectPanelFactory::registerFactory(this);
}
};