JSON patching ability added
This commit is contained in:
parent
ac40a0d194
commit
ec8c1402a5
2 changed files with 70 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue