refs #526, network

* signal when data have been published
* parsing of publishing JSON object
* utility functions
This commit is contained in:
Klaus Basan
2016-01-02 20:44:26 +01:00
parent 6fc39fb2d5
commit c7121e3f9f
10 changed files with 157 additions and 43 deletions

View File

@@ -55,6 +55,9 @@ namespace BlackMisc
//! Invalid key
static int invalidDbKey() { return -1; }
//! Convert string to DB key
static int stringToDbKey(const QString &candidate);
protected:
//! Constructor
IDatastoreObjectWithIntegerKey() {}