forked from qt-creator/qt-creator
CMake: Initialize kit priority
Detected by memcheck Change-Id: I27bb03ce4b4b63ae596bd3a788b6a95cd0944454 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
1b90b80f85
commit
866310d56f
@@ -47,6 +47,7 @@ CMakeKitInformation::CMakeKitInformation()
|
|||||||
{
|
{
|
||||||
setObjectName(QLatin1String("CMakeKitInformation"));
|
setObjectName(QLatin1String("CMakeKitInformation"));
|
||||||
setId(CMakeKitInformation::id());
|
setId(CMakeKitInformation::id());
|
||||||
|
setPriority(20000);
|
||||||
|
|
||||||
//make sure the default value is set if a selected CMake is removed
|
//make sure the default value is set if a selected CMake is removed
|
||||||
connect(CMakeToolManager::instance(), &CMakeToolManager::cmakeRemoved,
|
connect(CMakeToolManager::instance(), &CMakeToolManager::cmakeRemoved,
|
||||||
|
|||||||
Reference in New Issue
Block a user