1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-17 02:59:03 +01:00

Delete TagCompletionModel

This commit is contained in:
Jonas Kvinge 2021-01-26 00:40:06 +01:00
parent 00a98f6e30
commit 9c6c26f424

View File

@ -410,7 +410,7 @@ TagCompleter::TagCompleter(CollectionBackend *backend, Playlist::Column column,
}
TagCompleter::~TagCompleter() {
model()->deleteLater();
delete model();
}
void TagCompleter::ModelReady(QFuture<TagCompletionModel*> future) {