CMake: Hide CMakeManager implementation in .cpp

Change-Id: Ia66d73cd060d17c2d25a1d5b89155ab4e7a6b62b
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2024-01-26 12:47:23 +01:00
parent acedf93ba3
commit 109ec1e443
3 changed files with 41 additions and 44 deletions

View File

@@ -57,7 +57,6 @@ public:
CMakeSettingsPage settingsPage;
CMakeManager manager;
CMakeBuildStepFactory buildStepFactory;
CMakeBuildConfigurationFactory buildConfigFactory;
CMakeEditorFactory editorFactor;
@@ -82,6 +81,8 @@ class CMakeProjectPlugin final : public ExtensionSystem::IPlugin
{
d = new CMakeProjectPluginPrivate;
setupCMakeManager();
#ifdef WITH_TESTS
addTestCreator(createCMakeConfigTest);
addTestCreator(createCMakeParserTest);