ProjectExplorer: Don't use object names for KitAspectFactories

Not used. Also the debugger knows the typename and these are
singletons.

Change-Id: I577241876318aa2930bbc36f454846ffa47cb571
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
hjk
2023-08-22 10:45:18 +02:00
parent a7630f999f
commit 6216c0e924
9 changed files with 0 additions and 16 deletions

View File

@@ -33,7 +33,6 @@ class MesonToolKitAspectFactory final : public KitAspectFactory
public:
MesonToolKitAspectFactory()
{
setObjectName(QLatin1String("MesonKitAspect"));
setId(TOOL_ID);
setDisplayName(Tr::tr("Meson Tool"));
setDescription(Tr::tr("The Meson tool to use when building a project with Meson.<br>"

View File

@@ -33,7 +33,6 @@ class NinjaToolKitAspectFactory final : public ProjectExplorer::KitAspectFactory
public:
NinjaToolKitAspectFactory()
{
setObjectName(QLatin1String("NinjaKitAspect"));
setId(TOOL_ID);
setDisplayName(Tr::tr("Ninja Tool"));
setDescription(Tr::tr("The Ninja tool to use when building a project with Meson.<br>"