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

Comparing XmlTools2/trunk/xmlpatch.h (file contents):
Revision 923 by s10k, Mon Feb 3 15:42:14 2014 UTC vs.
Revision 926 by s10k, Wed Feb 5 18:31:05 2014 UTC

# 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;

Diff Legend

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