Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge versioning and travis build config #3540

Merged
merged 12 commits into from
Oct 8, 2019
Prev Previous commit
Next Next commit
change whitespace
  • Loading branch information
DonPavlov authored and KjellMorgenstern committed Oct 6, 2019
commit 614bea37588865e059e958f135702df9cf300263
2 changes: 1 addition & 1 deletion src/utils/folderutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class FolderUtils
static void cleanup();
static void collectFiles(const QDir & parent, QStringList & filters, QStringList & files, bool recursive);
static void makePartFolderHierarchy(const QString & prefixFolder, const QString & destFolder);
static void copyBin(const QString & dest, const QString & source);
static void copyBin(const QString & dest, const QString & source);
static bool slamCopy(QFile &, const QString & dest);
static void showInFolder(const QString & path);
static void createUserDataStoreFolders();
Expand Down