Added release tag cloud

This commit is contained in:
emeric
2018-02-25 12:27:16 +01:00
parent e9da3adbf6
commit d6f0e34b62
7 changed files with 43 additions and 6 deletions
+1
View File
@@ -57,6 +57,7 @@ class Release : public Wt::Dbo::Dbo<Release>
bool& moreExpected);
std::vector<Wt::Dbo::ptr<Track>> getTracks(const std::set<id_type>& clusters = std::set<id_type>()) const;
std::vector<Wt::Dbo::ptr<Cluster>> getClusters(int size) const;
// Create
static pointer create(Wt::Dbo::Session& session, const std::string& name, const std::string& MBID = "");