forked from qt-creator/qt-creator
Meson: Rename ToolKitAspectWidget -> MesonToolKitAspectImpl
Following the (changed) global naming scheme. Change-Id: If98d644b52013af4f973540cd56d1186d3656e52 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
|
||||
KitAspect *createKitAspect(Kit *k) const override
|
||||
{
|
||||
return new ToolKitAspectWidget{k, this, ToolKitAspectWidget::ToolType::Meson};
|
||||
return new MesonToolKitAspectImpl{k, this, MesonToolKitAspectImpl::ToolType::Meson};
|
||||
}
|
||||
|
||||
ItemList toUserOutput(const Kit *k) const override
|
||||
|
||||
Reference in New Issue
Block a user