23 #ifndef PLAYLISTCHANGENOTIFIER_H 24 #define PLAYLISTCHANGENOTIFIER_H 26 #include "Utils/Singleton.h" 35 void sig_playlist_renamed(
int id,
const QString& old_name,
const QString& new_name);
36 void sig_playlist_added(
int id,
const QString& name);
37 void sig_playlist_deleted(
int id);
40 void delete_playlist(
int id);
41 void add_playlist(
int id,
const QString& name);
42 void rename_playlist(
int id,
const QString& old_name,
const QString& new_name);
45 #endif // PLAYLISTCHANGENOTIFIER_H Definition: PlaylistChangeNotifier.h:29