forked from qt-creator/qt-creator
Android: Remove traces of special debugger setup
Change-Id: Ibf85a6e6e7c025287dd388bc5908cefc30fbaa2f Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user