Ignore:
Timestamp:
Feb 24, 2014, 4:36:44 PM (11 years ago)
Author:
s10k
Message:

XmlTools
More speedup, about 3 times faster now than the current AEI build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XmlTools2/trunk/utilxmltools.h

    r935 r964  
    1010namespace UtilXmlTools{
    1111
    12 QStringList getAllXmlFilesByWildcard(const QString &wildcard);
    13 QStringList getAllPatchFilesByWildcard(const QString &wildcard);
     12QVector<QString> getAllXmlFilesByWildcard(const QString &wildcard);
     13QVector<QString> getAllPatchFilesByWildcard(const QString &wildcard);
    1414void backupFile(const QString &file, bool verboseEnabled);
    1515void getAllNamedElements(pugi::xml_node &node, QList<pugi::xml_node> &result, XmlFilter &filters);
Note: See TracChangeset for help on using the changeset viewer.