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:
authorJocelyn Turcotte <jturcotte@woboq.com>2017-01-25 16:09:44 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2017-01-26 01:26:23 +0300
commita764d7eb86b40315931e3a0c9fac20ef7a83c09c (patch)
tree4bee32883a00eb562bdb10930974d934a92f317d /src/gui/folder.h
parent605a18ff738afc3951dfaedf9068a921b77bebc7 (diff)
Don't pass the PropagatorJob in itemCompleted
This was to catch duplicate emissions for PropagateDirectory but we don't emit this signal anymore from there. This fixes a warning about PropagatorJob not being a registered metatype. This reverts commit fe42c1a818c3b1ccadb2e9557971b62a350573b4.
Diffstat (limited to 'src/gui/folder.h')
-rw-r--r--src/gui/folder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folder.h b/src/gui/folder.h
index b44f5799b..e220337e8 100644
--- a/src/gui/folder.h
+++ b/src/gui/folder.h
@@ -280,7 +280,7 @@ private slots:
void slotFolderDiscovered(bool local, QString folderName);
void slotTransmissionProgress(const ProgressInfo& pi);
- void slotItemCompleted(const SyncFileItem&, const PropagatorJob&);
+ void slotItemCompleted(const SyncFileItem&);
void slotRunEtagJob();
void etagRetreived(const QString &);