]> git.cworth.org Git - apitrace/blobdiff - gui/retracer.cpp
Always use bundled QJson.
[apitrace] / gui / retracer.cpp
index 592c1a4215d66bf947294236c953bf71beb00d1a..6d743f70e72d04aab4cb7e181603e5597ea52f96 100644 (file)
@@ -353,6 +353,9 @@ void Retracer::run()
 
             bool ok = false;
             QJson::Parser jsonParser;
+
+            // Allow Nan/Infinity
+            jsonParser.allowSpecialNumbers(true);
 #if 0
             parsedJson = jsonParser.parse(&io, &ok).toMap();
 #else