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/gui/folder.h
parent9a27cc7b519eecf11b10c3f12c2a5080fc095c0f (diff)
Migrate existing db files and save their journal path (#9028)
Fixes: #9019
Diffstat (limited to 'src/gui/folder.h')
-rw-r--r--src/gui/folder.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/folder.h b/src/gui/folder.h
index c7e2a6ebf..17362ba37 100644
--- a/src/gui/folder.h
+++ b/src/gui/folder.h
@@ -101,9 +101,6 @@ public:
/// journalPath relative to localPath.
QString absoluteJournalPath() const;
-
- /// Returns the relative journal path that's appropriate for this folder and account.
- QString defaultJournalPath(AccountPtr account);
};
/**