| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | #define XMLPATCH_H | |
| 3 | ||
| 4 | #include "xmltools.h" | |
| 5 | + | #include "optionsparser.h" |
| 6 | ||
| 7 | class XmlPatch | |
| 8 | { | |
| 9 | public: | |
| 10 | < | XmlPatch(QString patchFilesWildcard, QString forceTargetFilesWildcard, bool backupsEnabled, bool noVerbose); |
| 10 | > | XmlPatch(QString patchFilesWildcard, QString forceTargetFilesWildcard, bool noBackups, bool noVerbose); |
| 11 | void readAndProcessPatchFile(); | |
| 12 | private: | |
| 13 | QStringList patchFilesToProcess; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |