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

SysRootKitInformation: Fix priority


Fix priority to have kit information listing not depend on order
of registration.

Change-Id: Iebb1cbb80eec07001a34e8799d768ec4bc2f2a26
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 42476c2f
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ Core::Id SysRootKitInformation::dataId() const ...@@ -68,7 +68,7 @@ Core::Id SysRootKitInformation::dataId() const
unsigned int SysRootKitInformation::priority() const unsigned int SysRootKitInformation::priority() const
{ {
return 32000; return 31000;
} }
QVariant SysRootKitInformation::defaultValue(Kit *k) const QVariant SysRootKitInformation::defaultValue(Kit *k) const
......
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