Do most item reloading in the background, schedule playlist saving

This commit is contained in:
Jonas Kvinge
2021-04-26 22:57:08 +02:00
parent 41b238e87b
commit 8c64d3b55c
5 changed files with 119 additions and 62 deletions

View File

@@ -133,7 +133,7 @@ class PlaylistManagerInterface : public QObject {
// Signals that one of manager's playlists has changed (new items, new ordering etc.) - the argument shows which.
void PlaylistChanged(Playlist *playlist);
void EditingFinished(QModelIndex idx);
void EditingFinished(int playlist_id, QModelIndex idx);
void PlayRequested(QModelIndex idx, Playlist::AutoScroll autoscroll);
};