mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #853, JSON exception handling in setup reader
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3939b0166f
commit
4a28807768
@@ -143,12 +143,12 @@ namespace BlackCore
|
||||
BlackMisc::CData<BlackCore::Data::TUpdateInfo> m_updateInfo {this}; //!< data cache update info
|
||||
|
||||
//! Read by local individual file and update cache from that
|
||||
bool readLocalBootstrapFile(QString &fileName);
|
||||
BlackMisc::CStatusMessageList readLocalBootstrapFile(QString &fileName);
|
||||
|
||||
//! Trigger reading
|
||||
BlackMisc::CStatusMessageList triggerReadSetup();
|
||||
|
||||
//! Emit the availability signal and state
|
||||
//! Emit the availability signal and state and trigger follow up actions
|
||||
//! \threadsafe
|
||||
BlackMisc::CStatusMessageList manageSetupAvailability(bool webRead, bool localRead = false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user