Changeset 926 for XmlTools2/trunk/xmlpatch.h
- Timestamp:
- Feb 5, 2014, 7:31:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XmlTools2/trunk/xmlpatch.h
r923 r926 3 3 4 4 #include "xmltools.h" 5 #include "optionsparser.h" 5 6 6 7 class XmlPatch 7 8 { 8 9 public: 9 XmlPatch(QString patchFilesWildcard, QString forceTargetFilesWildcard, bool backupsEnabled, bool noVerbose);10 XmlPatch(QString patchFilesWildcard, QString forceTargetFilesWildcard, bool noBackups, bool noVerbose); 10 11 void readAndProcessPatchFile(); 11 12 private:
Note:
See TracChangeset
for help on using the changeset viewer.