Added Controller namespace
This commit is contained in:
@@ -11,9 +11,11 @@ namespace Manager
|
||||
{
|
||||
public:
|
||||
coverArtManager(const std::string&);
|
||||
coverArtManager(const Model::BinaryPath& bConf);
|
||||
|
||||
Model::Cover saveCover(const Model::Song&, std::string&, const std::string&);
|
||||
private:
|
||||
Model::BinaryPath m_bConf;
|
||||
std::string path;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user