Add setFields method to JSON IO types

This commit is contained in:
2017-05-13 02:22:36 -05:00
parent de35f76917
commit e4337e468b
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -25,6 +25,8 @@ class JsonWriter {
public:
JsonWriter(QJsonObject &obj);
void setFields(int) {};
ox::Error op(QString fieldName, int *src);
ox::Error op(QString fieldName, bool *src);