mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-29 16:49:27 +01:00
Playlist: Remove deleteLater() as it uses QSharedPointer
This commit is contained in:
parent
a2017c003e
commit
777fec9a92
@ -461,8 +461,6 @@ void Playlist::SongSaveComplete(TagReaderReplyPtr reply, const QPersistentModelI
|
||||
}
|
||||
}
|
||||
|
||||
reply->deleteLater();
|
||||
|
||||
}
|
||||
|
||||
void Playlist::ItemReload(const QPersistentModelIndex &idx, const Song &old_metadata, const bool metadata_edit) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user