JSON patching ability added

This commit is contained in:
Rafael 2016-12-10 05:56:09 +01:00
parent ac40a0d194
commit ec8c1402a5
2 changed files with 70 additions and 5 deletions

View file

@ -72,6 +72,7 @@ public:
bool isJsonOk();
QString getJsonStr();
SnapmaticProperties getSnapmaticProperties();
bool setSnapmaticProperties(SnapmaticProperties newSpJson);
// VISIBILITY
bool isHidden();
@ -112,9 +113,9 @@ private:
QByteArray rawPicContent;
// JSON
void parseJsonContent();
bool jsonOk;
QString jsonStr;
void parseJsonContent();
SnapmaticProperties localSpJson;
signals: