From 2994135f6048052e81fa23191828d2cdda6c8ef6 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 17 Jan 2012 10:24:26 +0100 Subject: Remove a ### comment. The slightly less strict parsing is indended. Change-Id: Ic2b1654f99b3b7a79ef9dce8463eeba6b1be7d36 Sanity-Review: Qt Sanity Bot Reviewed-by: Kevin Simons --- src/qjsonparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qjsonparser.cpp b/src/qjsonparser.cpp index 50904b1..cd8c574 100644 --- a/src/qjsonparser.cpp +++ b/src/qjsonparser.cpp @@ -577,7 +577,7 @@ static inline bool scanEscapeSequence(const char *&json, const char *end, uint * return true; } default: - // ### this is not as strict as one could be, but allows for more Json files + // this is not as strict as one could be, but allows for more Json files // to be parsed correctly. *ch = escaped; return true; -- cgit v1.2.3