| # | Line 36 | Line 36 | void Converter::run() | |
|---|---|---|
| 36 | nextIndex=commands.indexOf(GlobalVars::OniSplitProcSeparator,currentIndex+1); | |
| 37 | ||
| 38 | commandToExec=commands.mid(currentIndex,(nextIndex-currentIndex)); | |
| 39 | < | this->myProcess->start(GlobalVars::OniSplitExeName+" "+commandToExec); |
| 39 | > | this->myProcess->start(Util::getOniSplitExeName() +" "+commandToExec); |
| 40 | this->myProcess->waitForFinished(-1); | |
| 41 | ||
| 42 | if(this->processHasKilled){ // If the process has killed there's no need to proceed with reading output or process more commands | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |