diff --git a/src/plugins/cmakeprojectmanager/cmakekitaspect.cpp b/src/plugins/cmakeprojectmanager/cmakekitaspect.cpp index 5deac770937..f2dbb7c9749 100644 --- a/src/plugins/cmakeprojectmanager/cmakekitaspect.cpp +++ b/src/plugins/cmakeprojectmanager/cmakekitaspect.cpp @@ -218,7 +218,6 @@ private: CMakeKitAspectFactory::CMakeKitAspectFactory() { - setObjectName(QLatin1String("CMakeKitAspect")); setId(Constants::TOOL_ID); setDisplayName(Tr::tr("CMake Tool")); setDescription(Tr::tr("The CMake Tool to use when building a project with CMake.
" @@ -568,7 +567,6 @@ static void setGeneratorInfo(Kit *k, const GeneratorInfo &info) CMakeGeneratorKitAspectFactory::CMakeGeneratorKitAspectFactory() { - setObjectName(QLatin1String("CMakeGeneratorKitAspect")); setId(GENERATOR_ID); setDisplayName(Tr::tr("CMake generator")); setDescription(Tr::tr("CMake generator defines how a project is built when using CMake.
" @@ -1058,7 +1056,6 @@ private: CMakeConfigurationKitAspectFactory::CMakeConfigurationKitAspectFactory() { - setObjectName(QLatin1String("CMakeConfigurationKitAspect")); setId(CONFIGURATION_ID); setDisplayName(Tr::tr("CMake Configuration")); setDescription(Tr::tr("Default configuration passed to CMake when setting up a project.")); diff --git a/src/plugins/debugger/debuggerkitaspect.cpp b/src/plugins/debugger/debuggerkitaspect.cpp index ddbdf7bfd29..af3c4050cb6 100644 --- a/src/plugins/debugger/debuggerkitaspect.cpp +++ b/src/plugins/debugger/debuggerkitaspect.cpp @@ -268,7 +268,6 @@ class DebuggerKitAspectFactory : public KitAspectFactory public: DebuggerKitAspectFactory() { - setObjectName("DebuggerKitAspect"); setId(DebuggerKitAspect::id()); setDisplayName(Tr::tr("Debugger")); setDescription(Tr::tr("The debugger to use for this kit.")); diff --git a/src/plugins/mcusupport/mcukitaspect.cpp b/src/plugins/mcusupport/mcukitaspect.cpp index 1cabd21d682..3a26f37614d 100644 --- a/src/plugins/mcusupport/mcukitaspect.cpp +++ b/src/plugins/mcusupport/mcukitaspect.cpp @@ -63,7 +63,6 @@ class McuDependenciesKitAspectFactory final : public KitAspectFactory public: McuDependenciesKitAspectFactory() { - setObjectName(QLatin1String("McuDependenciesKitAspect")); setId(McuDependenciesKitAspect::id()); setDisplayName(Tr::tr("MCU Dependencies")); setDescription(Tr::tr("Paths to 3rd party dependencies")); diff --git a/src/plugins/mesonprojectmanager/mesontoolkitaspect.cpp b/src/plugins/mesonprojectmanager/mesontoolkitaspect.cpp index 1e33a0ec650..59fc7ffb4a6 100644 --- a/src/plugins/mesonprojectmanager/mesontoolkitaspect.cpp +++ b/src/plugins/mesonprojectmanager/mesontoolkitaspect.cpp @@ -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.
" diff --git a/src/plugins/mesonprojectmanager/ninjatoolkitaspect.cpp b/src/plugins/mesonprojectmanager/ninjatoolkitaspect.cpp index ccf393e4ded..4dae32a7b0d 100644 --- a/src/plugins/mesonprojectmanager/ninjatoolkitaspect.cpp +++ b/src/plugins/mesonprojectmanager/ninjatoolkitaspect.cpp @@ -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.
" diff --git a/src/plugins/projectexplorer/kitaspects.cpp b/src/plugins/projectexplorer/kitaspects.cpp index 5b3d49195d4..d0dea8501ef 100644 --- a/src/plugins/projectexplorer/kitaspects.cpp +++ b/src/plugins/projectexplorer/kitaspects.cpp @@ -100,7 +100,6 @@ public: SysRootKitAspectFactory::SysRootKitAspectFactory() { - setObjectName(QLatin1String("SysRootInformation")); setId(SysRootKitAspect::id()); setDisplayName(Tr::tr("Sysroot")); setDescription(Tr::tr("The root directory of the system image to use.
" @@ -357,7 +356,6 @@ private: ToolChainKitAspectFactory::ToolChainKitAspectFactory() { - setObjectName(QLatin1String("ToolChainInformation")); setId(ToolChainKitAspect::id()); setDisplayName(Tr::tr("Compiler")); setDescription(Tr::tr("The compiler to use for building.
" @@ -859,7 +857,6 @@ public: DeviceTypeKitAspectFactory::DeviceTypeKitAspectFactory() { - setObjectName(QLatin1String("DeviceTypeInformation")); setId(DeviceTypeKitAspect::id()); setDisplayName(Tr::tr("Run device type")); setDescription(Tr::tr("The type of device to run applications on.")); @@ -1032,7 +1029,6 @@ private: DeviceKitAspectFactory::DeviceKitAspectFactory() { - setObjectName(QLatin1String("DeviceInformation")); setId(DeviceKitAspect::id()); setDisplayName(Tr::tr("Run device")); setDescription(Tr::tr("The device to run the applications on.")); @@ -1320,7 +1316,6 @@ private: BuildDeviceKitAspectFactory::BuildDeviceKitAspectFactory() { - setObjectName("BuildDeviceInformation"); setId(BuildDeviceKitAspect::id()); setDisplayName(Tr::tr("Build device")); setDescription(Tr::tr("The device used to build applications on.")); @@ -1606,7 +1601,6 @@ public: EnvironmentKitAspectFactory::EnvironmentKitAspectFactory() { - setObjectName(QLatin1String("EnvironmentKitAspect")); setId(EnvironmentKitAspect::id()); setDisplayName(Tr::tr("Environment")); setDescription(Tr::tr("Additional build environment settings when using this kit.")); diff --git a/src/plugins/qbsprojectmanager/qbskitaspect.cpp b/src/plugins/qbsprojectmanager/qbskitaspect.cpp index ef104cec687..e709a0d2bcb 100644 --- a/src/plugins/qbsprojectmanager/qbskitaspect.cpp +++ b/src/plugins/qbsprojectmanager/qbskitaspect.cpp @@ -88,7 +88,6 @@ class QbsKitAspectFactory final : public KitAspectFactory public: QbsKitAspectFactory() { - setObjectName(QLatin1String("QbsKitAspect")); setId(QbsKitAspect::id()); setDisplayName(Tr::tr("Additional Qbs Profile Settings")); setPriority(22000); diff --git a/src/plugins/qmakeprojectmanager/qmakekitaspect.cpp b/src/plugins/qmakeprojectmanager/qmakekitaspect.cpp index e55a91bfdd7..7fc5bec0a58 100644 --- a/src/plugins/qmakeprojectmanager/qmakekitaspect.cpp +++ b/src/plugins/qmakeprojectmanager/qmakekitaspect.cpp @@ -108,7 +108,6 @@ class QmakeKitAspectFactory : public KitAspectFactory public: QmakeKitAspectFactory() { - setObjectName(QLatin1String("QmakeKitAspect")); setId(QmakeKitAspect::id()); setDisplayName(Tr::tr("Qt mkspec")); setDescription(Tr::tr("The mkspec to use when building the project with qmake.
" diff --git a/src/plugins/qtsupport/qtkitaspect.cpp b/src/plugins/qtsupport/qtkitaspect.cpp index d2b4309d04d..5fcb91acdd8 100644 --- a/src/plugins/qtsupport/qtkitaspect.cpp +++ b/src/plugins/qtsupport/qtkitaspect.cpp @@ -166,7 +166,6 @@ const QtKitAspectFactory theQtKitAspectFactory; QtKitAspectFactory::QtKitAspectFactory() { - setObjectName(QLatin1String("QtKitAspect")); setId(QtKitAspect::id()); setDisplayName(Tr::tr("Qt version")); setDescription(Tr::tr("The Qt library to use for all projects using this kit.
"