| # | Line 77 | Line 77 | void SoundPageFinal::startProcessing(){ | |
|---|---|---|
| 77 | bool priorityLowImp = false, priorityNormalImp = false, | |
| 78 | priorityHighImp = false, priorityHighestImp = false; | |
| 79 | ||
| 80 | + | // Create temp folder if it doesn't exist |
| 81 | + | if(!QDir(GlobalVars::VagoTemporaryDir).exists()){ |
| 82 | + | QDir().mkdir(GlobalVars::VagoTemporaryDir); |
| 83 | + | } |
| 84 | + | |
| 85 | // Get data page 2 | |
| 86 | if(field("rbOther").toBool()){ | |
| 87 | outputFolder=field("leOtherLocation").toString(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |