Left off at adding album record to the database and retrieving the album record to assign the album id to the song record's album id foreign key
This commit is contained in:
@@ -9,6 +9,8 @@ namespace Manager
|
||||
{
|
||||
public:
|
||||
albumManager(const Model::BinaryPath&);
|
||||
|
||||
void saveAlbum(const Model::Song&);
|
||||
private:
|
||||
Model::BinaryPath m_bConf;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user