forked from qt-creator/qt-creator
Ui: No spaces before "..."
Change-Id: Ic76ef1bea53e2cf5c2d109688247e84c1aa70f6b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
@@ -162,7 +162,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