Implemented deletion functionality, and lingering records are removed fixes #49
This commit is contained in:
@@ -13,6 +13,8 @@ namespace manager
|
||||
model::Artist retrieveArtist(model::Artist&);
|
||||
model::Artist saveArtist(const model::Song&);
|
||||
|
||||
void deleteArtist(const model::Song&);
|
||||
|
||||
static void printArtist(const model::Artist&);
|
||||
private:
|
||||
model::BinaryPath m_bConf;
|
||||
|
||||
Reference in New Issue
Block a user