From fd4c0076b7470f5962ff462bae9cd9f208e059b7 Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 9 Sep 2010 21:23:36 +0200 Subject: upstream: minor QObject updates. --- qjson.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qjson.c') diff --git a/qjson.c b/qjson.c index 483c667..e4ee433 100644 --- a/qjson.c +++ b/qjson.c @@ -158,6 +158,9 @@ static void to_json(const QObject *obj, QString *str) case '\b': qstring_append(str, "\\b"); break; + case '\f': + qstring_append(str, "\\f"); + break; case '\n': qstring_append(str, "\\n"); break; -- cgit v1.1