Skip to content
Snippets Groups Projects
Commit 866310d5 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

CMake: Initialize kit priority


Detected by memcheck

Change-Id: I27bb03ce4b4b63ae596bd3a788b6a95cd0944454
Reviewed-by: default avatarDaniel Teske <daniel.teske@theqtcompany.com>
parent 1b90b80f
Branches
Tags
No related merge requests found
...@@ -47,6 +47,7 @@ CMakeKitInformation::CMakeKitInformation() ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment