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:
kdeng00
2019-09-01 18:46:02 -04:00
parent ab3000c2a0
commit fafb39326b
17 changed files with 320 additions and 59 deletions
+2
View File
@@ -9,6 +9,8 @@ namespace Manager
{
public:
albumManager(const Model::BinaryPath&);
void saveAlbum(const Model::Song&);
private:
Model::BinaryPath m_bConf;
};