| # | 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" | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |