summaryrefslogtreecommitdiff
path: root/qjson.h
diff options
context:
space:
mode:
Diffstat (limited to 'qjson.h')
-rw-r--r--qjson.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qjson.h b/qjson.h
index 70d0afba54..65b10ea369 100644
--- a/qjson.h
+++ b/qjson.h
@@ -23,5 +23,6 @@ QObject *qobject_from_jsonf(const char *string, ...) GCC_FMT_ATTR(1, 2);
QObject *qobject_from_jsonv(const char *string, va_list *ap) GCC_FMT_ATTR(1, 0);
QString *qobject_to_json(const QObject *obj);
+QString *qobject_to_json_pretty(const QObject *obj);
#endif /* QJSON_H */