~ubuntu-branches/ubuntu/wily/kipi-plugins/wily

« back to all changes in this revision

Viewing changes to removeredeyes/detection/savemethods/savemethods.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-13 12:14:45 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20101213121445-ukbi37gdnr50yzzi
Tags: 1.6.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
    // check if subfolder exists
46
46
    if (!QDir(savePath.path()).exists())
 
47
    {
47
48
        QDir(info.path()).mkdir(extra);
 
49
    }
48
50
 
49
51
    savePath.addPath(info.fileName());
50
52
    return savePath.path();