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:
Diffstat (limited to 'src/libsync/syncengine.h')
-rw-r--r--src/libsync/syncengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/syncengine.h b/src/libsync/syncengine.h
index a2178bf61..4830ec730 100644
--- a/src/libsync/syncengine.h
+++ b/src/libsync/syncengine.h
@@ -159,7 +159,7 @@ signals:
* This usually happen when the server was reset or something.
* Set *cancel to true in a slot connected from this signal to abort the sync.
*/
- void aboutToRemoveAllFiles(SyncFileItem::Direction direction, bool *cancel);
+ void aboutToRemoveAllFiles(SyncFileItem::Direction direction, std::function<void(bool)> f);
// A new folder was discovered and was not synced because of the confirmation feature
void newBigFolder(const QString &folder, bool isExternal);