20#ifndef SAYONARA_PLAYER_PLAYLISTFROMPATHCREATOR_H
21#define SAYONARA_PLAYER_PLAYLISTFROMPATHCREATOR_H
23#include "Interfaces/PlaylistInterface.h"
24#include "Utils/Pimpl.h"
37 void sigAllPlaylistsCreated(
int firstIndex);
43 int createPlaylists(
const QStringList& paths,
const QString& name,
bool temporary);
46 void generatorFinished();
49 int createSinglePlaylist(
const QStringList& paths,
const QString& name,
bool temporary);
Definition: PlaylistInterface.h:56
Definition: PlaylistFromPathCreator.h:32