mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
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:
committed by
Mat Sutcliffe
parent
5c785643c7
commit
8c3faa4ca9
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user