mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +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
@@ -492,6 +492,13 @@ namespace BlackCore
|
||||
//! Combined read signal
|
||||
void dataRead(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState state, int number);
|
||||
|
||||
//! Download progress for an entity
|
||||
void entityDownloadProgress(BlackMisc::Network::CEntityFlags::Entity entity, int logId, int progress, qint64 current, qint64 max, const QUrl &url);
|
||||
|
||||
//! Database reader messages
|
||||
//! \remark used with splash screen
|
||||
void databaseReaderMessages(const BlackMisc::CStatusMessageList &messages);
|
||||
|
||||
//! DB data read
|
||||
void swiftDbDataRead(bool success);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user