# | Line 45 | Line 45 | QStringList getAllPatchFilesByWildcard(c | |
---|---|---|
45 | void backupFile(const QString &file, bool verboseEnabled){ | |
46 | if(!QFile::exists(file+".bak")){ | |
47 | if(!Util::backupFile(file)){ | |
48 | < | std::cerr << "Couldn't backup file '" << file.toUtf8().constData() << "'. Aborting." << std::endl; |
48 | > | std::cerr << "Couldn't back up file '" << file.toUtf8().constData() << "'. Aborting." << std::endl; |
49 | exit(1); | |
50 | } | |
51 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |