21 #ifndef PLAYLISTLOADER_H
22 #define PLAYLISTLOADER_H
24 #include "Utils/Playlist/CustomPlaylistFwd.h"
25 #include "Utils/Pimpl.h"
38 virtual ~
Loader() =
default;
39 virtual int getLastPlaylistIndex()
const=0;
40 virtual int getLastTrackIndex()
const=0;
52 int getLastPlaylistIndex()
const override;
53 int getLastTrackIndex()
const override;
Definition: PlaylistLoader.h:45
The PlaylistLoader class.
Definition: PlaylistLoader.h:36
Definition: EngineUtils.h:33