forked from qt-creator/qt-creator
CMakeProjectManager: Rename some of the KitAspect related classes
... and split out the static interface. Change-Id: I28cdb2765a00d1bd19790f46a3b2b0da8690e929 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -62,9 +62,9 @@ public:
|
||||
CMakeBuildTargetFilter cMakeBuildTargetFilter;
|
||||
CMakeOpenTargetFilter cMakeOpenTargetFilter;
|
||||
|
||||
CMakeKitAspect cmakeKitAspect;
|
||||
CMakeGeneratorKitAspect cmakeGeneratorKitAspect;
|
||||
CMakeConfigurationKitAspect cmakeConfigurationKitAspect;
|
||||
CMakeKitAspectFactory cmakeKitAspectFactory;
|
||||
CMakeGeneratorKitAspectFactory cmakeGeneratorKitAspectFactory;
|
||||
CMakeConfigurationKitAspectFactory cmakeConfigurationKitAspectFactory;
|
||||
CMakeFormatter cmakeFormatter;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user