Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-09-15 16:34:33 +0300
committerGitHub <noreply@github.com>2021-09-15 16:34:33 +0300
commit9c4058ac39f02291641a102fa8ab0c977bb4d6a2 (patch)
tree0ca37894101f03b2203511f925547c20cd960bcd /src/common
parent9a27cc7b519eecf11b10c3f12c2a5080fc095c0f (diff)
Migrate existing db files and save their journal path (#9028)
Fixes: #9019
Diffstat (limited to 'src/common')
-rw-r--r--src/common/syncjournaldb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/syncjournaldb.h b/src/common/syncjournaldb.h
index 86f813b36..0f0bb7146 100644
--- a/src/common/syncjournaldb.h
+++ b/src/common/syncjournaldb.h
@@ -50,7 +50,7 @@ public:
/// Create a journal path for a specific configuration
static QString makeDbName(const QString &localPath,
- const QString &infix);
+ const QString &infix = QStringLiteral("journal"));
static QString makeDbName(const QString &localPath,
const QUrl &remoteUrl,