Ref T554, publishing function for "auto publish data"

* writer
* services
This commit is contained in:
Klaus Basan
2019-02-26 23:04:29 +01:00
committed by Mat Sutcliffe
parent 4fb0db01bd
commit 4c33e4d792
6 changed files with 144 additions and 38 deletions

View File

@@ -93,6 +93,9 @@ namespace BlackCore
//! Multipart for JSON
static QHttpPart getJsonTextMultipart(const QJsonObject &json, bool compress);
//! Multipart for JSON
static QHttpPart getJsonTextMultipart(const QString &json, bool compress);
//! Multipart for JSON
static QHttpPart getJsonTextMultipart(const QJsonArray &json, bool compress);