21#ifndef SAYONARA_PLAYER_LOCALPATHPLAYLISTCREATOR_H
22#define SAYONARA_PLAYER_LOCALPATHPLAYLISTCREATOR_H
24#include "PlaylistInterface.h"
25#include "Utils/Pimpl.h"
40 void sigAllPlaylistsCreated(
int firstIndex);
45 virtual int createPlaylists(
const QStringList& paths,
const QString& name,
bool temporary) = 0;
48 QString filesystemPlaylistName();
Definition PlaylistInterface.h:60
Definition LocalPathPlaylistCreator.h:36