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

Comparing Vago/trunk/Vago/soundWizard/soundpagefinal.cpp (file contents):
Revision 1054 by s10k, Wed Oct 12 21:35:13 2016 UTC vs.
Revision 1059 by s10k, Sun Oct 30 16:01:17 2016 UTC

# 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();

Diff Legend

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