1
0
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:
Jonas Kvinge 2024-11-08 21:36:43 +01:00
parent a2017c003e
commit 777fec9a92

View File

@ -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) {