# | Line 15 | Line 15 | void Converter::run() | |
---|---|---|
15 | QString errorMessage = ""; | |
16 | int numErrors=0; | |
17 | ||
18 | + | this->myLogger->writeString("Setting working dir. to "+this->AppDir+"."); |
19 | myProcess->setWorkingDirectory(this->AppDir); // Set working directory (for work with AEI2/Mac OS) | |
20 | ||
21 | if(this->myData->size()!=1){ |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |