Added a show more functionnality

This commit is contained in:
emeric
2018-02-21 13:34:29 +01:00
parent f40df1fc29
commit 5b4fe044de
14 changed files with 89 additions and 26 deletions
+2
View File
@@ -37,8 +37,10 @@ class Artists : public Wt::WContainerWidget
private:
void refresh();
void add_some();
Filters* _filters;
Wt::WTemplate* _showMore;
Wt::WLineEdit* _search;
Wt::WContainerWidget* _artistsContainer;
};