23 #ifndef PLAYLISTCHANGENOTIFIER_H 24 #define PLAYLISTCHANGENOTIFIER_H 26 #include "Utils/Singleton.h" 35 void sigPlaylistRenamed(
int id,
const QString& oldName,
const QString& newName);
36 void sigPlaylistAdded(
int id,
const QString& name);
37 void sigPlaylistDeleted(
int id);
40 void deletePlaylist(
int id);
41 void addPlaylist(
int id,
const QString& name);
42 void renamePlaylist(
int id,
const QString& oldName,
const QString& newName);
45 #endif // PLAYLISTCHANGENOTIFIER_H Definition: PlaylistChangeNotifier.h:29