qjson.c | 76 int pretty; member in struct:ToJsonIterState 81 static void to_json(const QObject *obj, QString *str, int pretty, int indent); 92 if (s->pretty) { 99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent); 103 to_json(obj, s->str, s->pretty, s->indent); 115 if (s->pretty) { 121 to_json(obj, s->str, s->pretty, s->indent); 125 static void to_json(const QObject *obj, QString *str, int pretty, int indent) 211 s.pretty = pretty; [all...] |