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-06-21 14:28:40 +0300
committerHannah von Reth <vonreth@kde.org>2021-06-21 15:05:21 +0300
commit031d59ccce7c9a98946617031c9b1c7bc2262c9a (patch)
tree646b8728584a0d2ce56b44e139384877f7e75e34 /src/gui/folderman.h
parent79d41c7a245e6162f79f362f3aa1263b2ecdec62 (diff)
Require exclusive locks for vfs and renames
Fixes: #8761
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 375ffe882..d4ba3e251 100644
--- a/src/gui/folderman.h
+++ b/src/gui/folderman.h
@@ -259,7 +259,7 @@ public slots:
* Automatically detemines the folder that's responsible for the file.
* See slotWatchedFileUnlocked().
*/
- void slotSyncOnceFileUnlocks(const QString &path);
+ void slotSyncOnceFileUnlocks(const QString &path, FileSystem::LockMode mode);
// slot to schedule an ETag job (from Folder only)
void slotScheduleETagJob(const QString &alias, RequestEtagJob *job);