# | Line 18 | Line 18 | void XmlProcessor::run() | |
---|---|---|
18 | ||
19 | for(int i=0; i<this->commands->size(); i++){ | |
20 | ||
21 | < | myProcess.start(UtilVago::getXmlToolsExeAbsolutePath() +" "+this->commands->at(i)); |
21 | > | myProcess.start(UtilVago::getXmlToolsExecutable() +" "+this->commands->at(i)); |
22 | myProcess.waitForFinished(-1); | |
23 | result=myProcess.readAllStandardError(); | |
24 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |