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

Kit: Allow renaming autodetected kits


Also allow changes to the icon while at it.

Task-number: QTCREATORBUG-9787
Change-Id: Id2abbd11f12b7e0f577655932b5b2aac4d3bba7c
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 1b4b6ed6
No related branches found
No related tags found
No related merge requests found
......@@ -206,8 +206,6 @@ void KitManagerConfigWidget::makeStickySubWidgetsReadOnly()
if (w->isSticky())
w->makeReadOnly();
}
m_iconButton->setEnabled(false);
m_nameEdit->setEnabled(false);
}
Kit *KitManagerConfigWidget::workingCopy() 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