Revert "Propagator: Delete job on finish"

Needs a bit more thinking.

This reverts commit 8746914f3b.
This commit is contained in:
Markus Goetz 2015-03-09 16:19:16 +01:00
Родитель 31e4009737
Коммит 3b12b9d81d
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -126,8 +126,6 @@ void PropagateItemJob::done(SyncFileItem::Status status, const QString &errorStr
emit completed(_item);
emit finished(status);
deleteLater();
}
/**