forked from qt-creator/qt-creator
Android: Fix debugger autodetection
Task-number: QTCREATORBUG-10341 Change-Id: I197ae5745d5caba12bce3e148ada2a589ac7f9b3 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -254,14 +254,6 @@ void DebuggerKitInformation::setDebugger(Kit *k, const DebuggerItem &item)
|
||||
k->setValue(DebuggerKitInformation::id(), id);
|
||||
}
|
||||
|
||||
void DebuggerKitInformation::setDebugger(Kit *k, const FileName &command)
|
||||
{
|
||||
DebuggerItem item;
|
||||
item.setEngineType(GdbEngineType);
|
||||
item.setCommand(command);
|
||||
setDebugger(k, item);
|
||||
}
|
||||
|
||||
Core::Id DebuggerKitInformation::id()
|
||||
{
|
||||
return "Debugger.Information";
|
||||
|
||||
Reference in New Issue
Block a user