GH-1053 add back update progress dialog
This commit is contained in:
parent
6310f6569c
commit
d8caab515a
35 changed files with 151 additions and 63 deletions
|
@ -154,7 +154,7 @@ void DownloadTask::fileDownloadFailed(QString reason)
|
|||
|
||||
void DownloadTask::fileDownloadProgressChanged(qint64 current, qint64 total)
|
||||
{
|
||||
setProgress((int)(((float)current / (float)total) * 100));
|
||||
setProgress(current, total);
|
||||
}
|
||||
|
||||
QString DownloadTask::updateFilesDir()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue