If no Symbian device is connected the deployment process will be skipped instead of aborting the whole build.

This commit is contained in:
Pawel Polanski
2010-11-30 09:48:03 +01:00
parent 474fecb69c
commit bc466562ec
2 changed files with 4 additions and 4 deletions

View File

@@ -539,7 +539,7 @@ void S60DeviceRunControl::start()
emit started();
if (m_serialPortName.isEmpty()) {
m_launchProgress->reportCanceled();
appendMessage(this, tr("There is no device plugged in."), true);
appendMessage(this, tr("No device is connected. Please connect a device and try again."), true);
emit finished();
return;
}