diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-10-05 13:54:49 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-10-05 13:54:49 -0500 |
commit | 48f57044e6a826329ebcac5d5a76d776a14e5d43 (patch) | |
tree | cc99327c9a0d496ed0c400a31c919b517f9d09f4 /qjson.h | |
parent | e0c8a796d522b80c21b005a19610829c4be2154f (diff) | |
parent | a18b2ce2ed9dc747c2ebab5a220517624e4ff3df (diff) |
Merge remote branch 'qmp/for-anthony' into staging
Diffstat (limited to 'qjson.h')
-rw-r--r-- | qjson.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |