forked from qt-creator/qt-creator
QNX: Remove dead code
Change-Id: I004a07c1b047c1ff6a390e5432f97a299781568d Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
committed by
Tobias Nätterlund
parent
f42a739291
commit
e02b492a4e
@@ -52,7 +52,6 @@ BlackBerryDebugSupport::BlackBerryDebugSupport(BlackBerryRunConfiguration *runCo
|
||||
|
||||
connect(m_runner, SIGNAL(started()), this, SLOT(handleStarted()));
|
||||
connect(m_runner, SIGNAL(startFailed(QString)), this, SLOT(handleStartFailed(QString)));
|
||||
connect(m_runner, SIGNAL(started()), m_runner, SLOT(checkSlog2Info()));
|
||||
connect(m_runner, SIGNAL(output(QString,Utils::OutputFormat)),
|
||||
this, SLOT(handleApplicationOutput(QString,Utils::OutputFormat)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user