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