Replace observer pattern of PlaylistInterface
This is a work in progress. PlaylistInterface
shouldn't use the observer pattern by relying on Watched
.
-
Let PlaylistInterface use Qt signals - Let PlaylistObserver inheritors use these signals
-
PlaylistDirtyObserver
-
NowPlaying::Observer
-
CollectionObserver
-
PlaylistBox::Item
-
-
Remove Watched and PlaylistObserver
Edited by Abdel-Rahman Abdel-Rahman