20#ifndef SAYONARA_PLAYER_LIBRARYPLAYLISTINTERACTORIMPL_H
21#define SAYONARA_PLAYER_LIBRARYPLAYLISTINTERACTORIMPL_H
23#include "Utils/Pimpl.h"
24#include "Interfaces/LibraryPlaylistInteractor.h"
42 void createPlaylist(
const QStringList& paths,
bool createNewPlaylist)
override;
43 void createPlaylist(
const MetaDataList& tracks,
bool createNewPlaylist)
override;
45 void insertAfterCurrentTrack(
const MetaDataList& tracks)
override;
Definition: LibraryPlaylistInteractorImpl.h:35
Definition: LibraryPlaylistInteractor.h:27
Global handler for current playback state (Singleton)
Definition: PlayManager.h:36
Global handler for playlists.
Definition: PlaylistHandler.h:56