summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-01-17 10:24:26 +0100
committerKevin Simons <kevin.simons@nokia.com>2012-01-17 11:30:39 +0100
commit2994135f6048052e81fa23191828d2cdda6c8ef6 (patch)
tree75593845a190bb87a975869de7198228838f569b
parentd658c46d96fb540c7814db2084f111c5ea6c1808 (diff)
Remove a ### comment.
The slightly less strict parsing is indended. Change-Id: Ic2b1654f99b3b7a79ef9dce8463eeba6b1be7d36 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kevin Simons <kevin.simons@nokia.com>
-rw-r--r--src/qjsonparser.cpp2
1 files changed, 1 insertions, 1 deletions
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;