Ignore:
Timestamp:
Feb 5, 2014, 7:31:05 PM (11 years ago)
Author:
s10k
Message:

XmlTools2
Added --aei-patch-files-list for AEI2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XmlTools2/trunk/xmlpatch.h

    r923 r926  
    33
    44#include "xmltools.h"
     5#include "optionsparser.h"
    56
    67class XmlPatch
    78{
    89public:
    9     XmlPatch(QString patchFilesWildcard, QString forceTargetFilesWildcard, bool backupsEnabled, bool noVerbose);
     10    XmlPatch(QString patchFilesWildcard, QString forceTargetFilesWildcard, bool noBackups, bool noVerbose);
    1011    void readAndProcessPatchFile();
    1112private:
Note: See TracChangeset for help on using the changeset viewer.