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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2016-07-10 13:57:35 +0300
committerKlaas Freitag <freitag@owncloud.com>2016-07-10 13:57:35 +0300
commit9cc90159f10e235a093191a2a386a44fd2ac7db4 (patch)
tree30eae1e4b19b2e18a84f7bb0aaa141d45afc6526 /src/gui/folderman.h
parent4ceee86c66ac85eeaa8714d3bcd2dd8c19cc4db5 (diff)
FolderMan: ensureJournalGone needs to know the exact journal name, WIP
Diffstat (limited to 'src/gui/folderman.h')
-rw-r--r--src/gui/folderman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderman.h b/src/gui/folderman.h
index dce8a1154..133f2ad9a 100644
--- a/src/gui/folderman.h
+++ b/src/gui/folderman.h
@@ -78,7 +78,7 @@ public:
*
* @returns false if the journal could not be removed, true otherwise.
*/
- static bool ensureJournalGone(const QString &path);
+ static bool ensureJournalGone(const QString &path, const QString &remoteUrl);
/** Creates a new and empty local directory. */
bool startFromScratch( const QString& );