Added Model namespace

This commit is contained in:
kdeng00
2019-09-01 13:54:16 -04:00
parent 1255aa0ff7
commit d44a5bb1bc
19 changed files with 131 additions and 205 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class coverArtManager
public:
coverArtManager(const std::string&);
Cover saveCover(const Song&, std::string&, const std::string&);
Model::Cover saveCover(const Model::Song&, std::string&, const std::string&);
private:
std::string path;
};