mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #712, signals when all DB data are read / the web services are started
(useful for GUI as it can be used to init only when data are available)
This commit is contained in:
@@ -322,13 +322,14 @@ namespace BlackCore
|
||||
void updateInfoAvailable(bool success);
|
||||
|
||||
//! Startup has been completed
|
||||
//! \remark needs to be triggered by application when it think it is done
|
||||
void startUpCompleted(bool success);
|
||||
|
||||
//! Facade started
|
||||
void coreFacadeStarted();
|
||||
|
||||
//! Web data services started
|
||||
void webDataServicesStarted();
|
||||
void webDataServicesStarted(bool success);
|
||||
|
||||
protected slots:
|
||||
//! Setup read/syncronized
|
||||
|
||||
Reference in New Issue
Block a user