Symbian: process detection added to CODA

This commit is contained in:
Pawel Polanski
2011-01-21 17:30:02 +01:00
parent 119c6e80fa
commit 53e72b0bec
7 changed files with 31 additions and 24 deletions

View File

@@ -594,7 +594,7 @@ void S60DeployStep::handleFileSystemClose(const tcftrk::TcfTrkCommandResult &res
void S60DeployStep::checkForTimeout()
{
if (m_state >= StateConnected)
if (m_state != StateConnecting)
return;
const QString title = tr("Waiting for CODA");