Android: Remove traces of special debugger setup

Change-Id: Ibf85a6e6e7c025287dd388bc5908cefc30fbaa2f
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
hjk
2018-05-08 11:31:10 +02:00
parent ce20bde99c
commit c4e3cda26a
7 changed files with 2 additions and 19 deletions

View File

@@ -143,10 +143,6 @@ void AndroidDebugSupport::start()
addSearchDirectory(qtVersion->qmlPath().toString());
}
// FIXME: Move signal to base class and generalize handling.
connect(this, &DebuggerRunTool::aboutToNotifyInferiorSetupOk,
m_runner, &AndroidRunner::remoteDebuggerRunning);
DebuggerRunTool::start();
}