Always send a progress message at the end of a sync #5290
authorChristian Kamm <mail@ckamm.de>
Fri, 18 Nov 2016 11:30:41 +0000 (12:30 +0100)
committerChristian Kamm <mail@ckamm.de>
Fri, 18 Nov 2016 11:33:44 +0000 (12:33 +0100)
commite485c5c008541ae1394dc38ac97c10865eac49f1
tree1c758a42668a08d279d11a5785e8684b33ec7a5a
parent6451eb3ade78fee7cd6de75c656fda9f2984b317
Always send a progress message at the end of a sync #5290

Some listeners detect whether a sync is finished by checking
for isUpdatingEstimates and completedFiles >= totalFiles. But
if a sync didn't transfer any files we never sent signal
with these values. Now we do.
src/libsync/syncengine.cpp