~cs-sniffer/cortina/trunk

« back to all changes in this revision

Viewing changes to main.cpp

  • Committer: Eric Baudach (Cortina)
  • Date: 2012-05-14 11:34:03 UTC
  • Revision ID: eric.baudach@web.de-20120514113403-6zqmkqh1c7dnixsu
Fixed a problem with spaces in directory names when removing a directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    }
35
35
    a.installTranslator(&qtTranslator);
36
36
    a.setApplicationName("Cortina");
37
 
    a.setApplicationVersion("1.1.0");
 
37
    a.setApplicationVersion("1.1.1");
38
38
    Widget w;
39
39
    return a.exec();
40
40
}