Commit Graph

2 Commits

Author SHA1 Message Date
Marcel Krems
2ed22524a7 QmlJS: Fixed potential crash in SimpleReader.
Change-Id: I21f5824e6d51391aa439188d70f9a8e0456f2f51
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
2012-11-14 07:03:41 +01:00
Thomas Hartmann
5debabc410 QmlJS: adding SimpleReader
SimpleReader is a !simple! parser for json like qml files.
SimpleReader only parses literal properties for e.g. configuration
files.

SimpleAbstractStreamReader allows event based parsing and SimpleReader
stores the parsed data in a reference counted tree structure.

Change-Id: I0f6422a97f5c356149c516f227f8bbd7b736a6d0
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2012-11-07 16:42:28 +01:00