mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-17 02:59:03 +01:00
Delete TagCompletionModel
This commit is contained in:
parent
00a98f6e30
commit
9c6c26f424
@ -410,7 +410,7 @@ TagCompleter::TagCompleter(CollectionBackend *backend, Playlist::Column column,
|
||||
}
|
||||
|
||||
TagCompleter::~TagCompleter() {
|
||||
model()->deleteLater();
|
||||
delete model();
|
||||
}
|
||||
|
||||
void TagCompleter::ModelReady(QFuture<TagCompletionModel*> future) {
|
||||
|
Loading…
Reference in New Issue
Block a user