Ref T489, support download progress in our readers

* signal for download progress per entity (DB reader)
* ProgressSlot
* changed signatures for ProgressSlot
This commit is contained in:
Klaus Basan
2018-12-27 10:29:29 +01:00
committed by Mat Sutcliffe
parent 5c785643c7
commit 8c3faa4ca9
10 changed files with 171 additions and 33 deletions

View File

@@ -219,6 +219,9 @@ namespace BlackCore
//! Set last setup parsing messages
void setLastSetupReadErrorMessages(const BlackMisc::CStatusMessageList &messages);
//! Progress
void networkReplyProgress(int logId, qint64 current, qint64 max, const QUrl &url);
//! Convert string to bootstrap mode
static BootstrapMode stringToEnum(const QString &s);