CODA: Dots indicating that a copy process is in progress

This commit is contained in:
Pawel Polanski
2011-04-06 13:09:10 +02:00
parent ff104a1b2a
commit 673ab08374

View File

@@ -806,6 +806,7 @@ void S60DeployStep::setCopyProgress(int progress)
if (copyProgress() == progress) if (copyProgress() == progress)
return; return;
m_copyProgress = progress; m_copyProgress = progress;
emit addOutput(QLatin1String("."), ProjectExplorer::BuildStep::MessageOutput, DontAppendNewline);
emit copyProgressChanged(m_copyProgress); emit copyProgressChanged(m_copyProgress);
} }