| # | Line 3 | Line 3 | |
|---|---|---|
| 3 | ||
| 4 | ||
| 5 | #include <string> | |
| 6 | – | #include <QtCore> |
| 6 | #include <stdio.h> | |
| 8 | – | #include <QScriptEngine> |
| 7 | ||
| 8 | #include "utilxmltools.h" | |
| 9 | #include "multidimvar.h" | |
| # | Line 31 | Line 29 | private: | |
| 29 | QString replaceSpecificPositions(const QString &newValue, const QString &currValues, const QString &positionsToReplace); | |
| 30 | pugi::xml_document document; | |
| 31 | pugi::xml_node rootNode; | |
| 32 | < | QStringList filesToProcess; |
| 32 | > | QVector<QString> filesToProcess; |
| 33 | QString xPathExpression; | |
| 34 | XmlFilter filters; | |
| 35 | bool backupsEnabled, verboseEnabled; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |