forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.5'
Conflicts: src/plugins/remotelinux/startgdbserverdialog.cpp Change-Id: I69597e20d5372e9baf12ac09fc20d39406683f9e
This commit is contained in:
@@ -159,7 +159,7 @@ void AbstractRemoteLinuxDebugSupport::handleAdapterSetupRequested()
|
||||
QTC_ASSERT(d->state == Inactive, return);
|
||||
|
||||
d->state = StartingRunner;
|
||||
showMessage(tr("Preparing remote side ...\n"), AppStuff);
|
||||
showMessage(tr("Preparing remote side...\n"), AppStuff);
|
||||
disconnect(runner(), 0, this, 0);
|
||||
connect(runner(), SIGNAL(error(QString)), this, SLOT(handleSshError(QString)));
|
||||
connect(runner(), SIGNAL(readyForExecution()), this, SLOT(startExecution()));
|
||||
|
||||
Reference in New Issue
Block a user