summaryrefslogtreecommitdiffstats
path: root/src/jsonbuffer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsonbuffer_p.h')
-rw-r--r--src/jsonbuffer_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jsonbuffer_p.h b/src/jsonbuffer_p.h
index 3d72be9..9bce2ce 100644
--- a/src/jsonbuffer_p.h
+++ b/src/jsonbuffer_p.h
@@ -67,6 +67,8 @@ signals:
private:
void processMessages();
+ bool scanUtf(int c);
+ void resetParser();
private:
enum UTF8ParsingState { ParseNormal, ParseInString, ParseInBackslash };