mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
Ref T554, publishing function for "auto publish data"
* writer * services
This commit is contained in:
committed by
Mat Sutcliffe
parent
4fb0db01bd
commit
4c33e4d792
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user