ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/XmlTools2/trunk/xmltools.h
(Generate patch)

Comparing XmlTools2/trunk/xmltools.h (file contents):
Revision 923 by s10k, Mon Feb 3 15:42:14 2014 UTC vs.
Revision 956 by s10k, Wed Feb 12 22:15:52 2014 UTC

# Line 1 | Line 1
1   #ifndef XMLTOOLS_H
2   #define XMLTOOLS_H
3  
4 #define _USE_OLD_JS_ENGINE
4  
5   #include <string>
6   #include <QtCore>
7   #include <stdio.h>
9 #ifdef _USE_OLD_JS_ENGINE // Needs to test each one in terms of performance... At first look seems old engine is faster for the xml parsing method used!
8   #include <QScriptEngine>
11 #else
12 #include <QJSEngine>
13 #endif
9  
10   #include "utilxmltools.h"
11   #include "multidimvar.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)