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/xmltools.h

    r956 r964  
    44
    55#include <string>
    6 #include <QtCore>
    76#include <stdio.h>
    8 #include <QScriptEngine>
    97
    108#include "utilxmltools.h"
     
    3230    pugi::xml_document document;
    3331    pugi::xml_node rootNode;
    34     QStringList filesToProcess;
     32    QVector<QString> filesToProcess;
    3533    QString xPathExpression;
    3634    XmlFilter filters;
Note: See TracChangeset for help on using the changeset viewer.