forked from qt-creator/qt-creator
CMakeProjectManager: Fix connection to save tools settings
Amends 4e23f2a6eb.
This should actually not be needed in the end, and rather steered
by the auto registration and settings page apply.
Change-Id: I7f94e776fec4394f539e32e5c527c367251654a8
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "cmaketoolmanager.h"
|
||||
|
||||
#include "cmakekitaspect.h"
|
||||
#include "cmakeprojectmanagertr.h"
|
||||
#include "cmakespecificsettings.h"
|
||||
#include "cmaketoolsettingsaccessor.h"
|
||||
@@ -49,6 +50,8 @@ CMakeToolManager::CMakeToolManager()
|
||||
|
||||
setObjectName("CMakeToolManager");
|
||||
ExtensionSystem::PluginManager::addObject(this);
|
||||
|
||||
CMakeKitAspect::createFactories();
|
||||
}
|
||||
|
||||
CMakeToolManager::~CMakeToolManager()
|
||||
|
||||
Reference in New Issue
Block a user