refs #853, JSON exception handling in setup reader

This commit is contained in:
Klaus Basan
2017-01-06 03:21:03 +01:00
committed by Mathew Sutcliffe
parent 3939b0166f
commit 4a28807768
2 changed files with 101 additions and 63 deletions

View File

@@ -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);