ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/xmlprocessor.cpp
(Generate patch)

Comparing Vago/trunk/Vago/xmlprocessor.cpp (file contents):
Revision 815 by s10k, Sat Apr 13 13:44:29 2013 UTC vs.
Revision 1035 by s10k, Thu Mar 24 22:28:41 2016 UTC

# Line 18 | Line 18 | void XmlProcessor::run()
18  
19      for(int i=0; i<this->commands->size(); i++){
20  
21 <        myProcess->start(GlobalVars::XmlToolsExeName+" "+this->commands->at(i));
21 >        myProcess->start(Util::getXmlToolsExeName() +" "+this->commands->at(i));
22          myProcess->waitForFinished(-1);
23          result=myProcess->readAllStandardError();
24  

Diff Legend

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