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:
Klaus Basan
2016-07-19 04:28:43 +02:00
parent 7aed12d871
commit 31b03fe2e1
6 changed files with 23 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ namespace BlackCore
{
QJsonArray m_jsonArray; //!< JSON array data
QDateTime m_updated; //!< when was the latest updated?
int m_arraySize = -1; //!< size of array, if applicable (copied to member for debugging purposes)
int m_arraySize = -1; //!< size of array, if applicable (copied to member for debugging purposes)
bool m_restricted = false; //!< restricted reponse, only changed data
BlackMisc::CStatusMessage m_message; //!< last error or warning