mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Propagator: Delete job on finish
This commit is contained in:
parent
2fa6839ac7
commit
8746914f3b
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ void PropagateItemJob::done(SyncFileItem::Status status, const QString &errorStr
|
|||
|
||||
emit completed(_item);
|
||||
emit finished(status);
|
||||
|
||||
deleteLater();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue