forked from qt-creator/qt-creator
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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user