Skip to content

Commit

Permalink
Default writable to true so settings can be saved on Linux (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flat authored and Bionus committed Oct 14, 2019
1 parent 8c6b53d commit 078d7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class QSettings;


QDateTime qDateTimeFromString(const QString &str);
QString savePath(const QString &file = "", bool exists = false, bool writable = false);
QString savePath(const QString &file = "", bool exists = false, bool writable = true);
bool copyRecursively(QString srcFilePath, QString tgtFilePath);
int levenshtein(QString, QString);
QString stripTags(QString);
Expand Down

0 comments on commit 078d7ce

Please sign in to comment.