Kit: Only make SDK-set KitInformation read-only

Leave the rest user-editable.

Task-number: QTCREATORBUG-9030
Change-Id: I77c9ff980dd9a497bff53ee04dae7e771e4e7e82
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Tobias Hunger
2013-05-06 17:11:33 +02:00
parent 0ef3acc9f2
commit 1ca9bab242
22 changed files with 86 additions and 40 deletions

View File

@@ -274,7 +274,7 @@ QList<ProjectExplorer::Task> DebuggerKitInformation::validateDebugger(const Proj
KitConfigWidget *DebuggerKitInformation::createConfigWidget(Kit *k) const
{
return new Internal::DebuggerKitConfigWidget(k);
return new Internal::DebuggerKitConfigWidget(k, isSticky(k));
}
QString DebuggerKitInformation::userOutput(const DebuggerItem &item)