21#ifndef SAYONARA_PLAYER_LOCALPATHPLAYLISTCREATOR_H
22#define SAYONARA_PLAYER_LOCALPATHPLAYLISTCREATOR_H
24#include "Interfaces/PlaylistInterface.h"
25#include "Utils/Pimpl.h"
39 void sigAllPlaylistsCreated(
int firstIndex);
44 virtual int createPlaylists(
const QStringList& paths,
const QString& name,
bool temporary) = 0;
47 QString filesystemPlaylistName();
Definition: PlaylistInterface.h:57
Definition: LocalPathPlaylistCreator.h:35