forked from qt-creator/qt-creator
CODA: Dots indicating that a copy process is in progress
This commit is contained in:
@@ -806,6 +806,7 @@ void S60DeployStep::setCopyProgress(int progress)
|
||||
if (copyProgress() == progress)
|
||||
return;
|
||||
m_copyProgress = progress;
|
||||
emit addOutput(QLatin1String("."), ProjectExplorer::BuildStep::MessageOutput, DontAppendNewline);
|
||||
emit copyProgressChanged(m_copyProgress);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user