Skip to content
Snippets Groups Projects
Commit 24b56457 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

CMake: Make helper function static


Change-Id: If4b0ebd2a40f2250533a717a1b57b0eb7d13ae9a
Reviewed-by: default avatarTim Jenssen <tim.jenssen@theqtcompany.com>
parent b2b6d3c5
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ static bool isLoaded()
return d->m_initialized;
}
bool greaterPriority(KitInformation *a, KitInformation *b)
static bool greaterPriority(KitInformation *a, KitInformation *b)
{
return a->priority() > b->priority();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment