diff options
Diffstat (limited to 'qjson.h')
-rw-r--r-- | qjson.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,5 +24,6 @@ QObject *qobject_from_jsonf(const char *string, ...) QObject *qobject_from_jsonv(const char *string, va_list *ap); QString *qobject_to_json(const QObject *obj); +QString *qobject_to_json_pretty(const QObject *obj); #endif /* QJSON_H */ |