Disable autodetection when the debugger is set up by the SDKtool

This is save now, since the SDKtool will have set up a proper debugger
and if it did not fill in one, then the whole widget will stay editable,
even for auto-detected kits.

Task-number: QTCREATORBUG-9529
Change-Id: I92e89f74a1dd27705d34f77d19d521c69067eb2d
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Tobias Hunger
2013-06-19 14:15:27 +02:00
committed by hjk
parent 06ad8196d8
commit fbda476940

View File

@@ -95,6 +95,7 @@ QString DebuggerKitConfigWidget::displayName() const
void DebuggerKitConfigWidget::makeReadOnly()
{
m_editButton->setEnabled(false);
m_autoDetectButton->setEnabled(false);
}
void DebuggerKitConfigWidget::refresh()