1 #ifndef PLAYLISTMANAGER_H 2 #define PLAYLISTMANAGER_H 26 bool deletePlaylist(uint playlistId);
28 uint savePlaylist(
Playlist *p,
bool isOverwriting,
bool isExiting);
30 void saveAndRemovePlaylist(
Playlist *p,
int index,
bool isOverwriting =
false);
33 void aboutToRemovePlaylist(
int);
36 #endif // PLAYLISTMANAGER_H The Playlist class is used to display tracks in the MainWindow class.
Definition: playlist.h:21
The TabPlaylist class is used to manage mutiple playlists in the MainWindow class.
Definition: tabplaylist.h:20
The PlaylistManager class is used to Create/Read/Update/Delete playlists in SQLite DB...
Definition: playlistmanager.h:16
#define MIAMTABPLAYLISTS_LIBRARY
Definition: miamtabplaylists_global.hpp:8