[UI/MOBILE] WIP on internal path support

This commit is contained in:
emeric
2016-03-06 00:44:24 +01:00
parent a07704c218
commit f8c808433f
34 changed files with 696 additions and 454 deletions
+2 -2
View File
@@ -22,8 +22,6 @@
#include <Wt/WContainerWidget>
#include <Wt/WSignal>
#include "resource/CoverResource.hpp"
namespace UserInterface {
namespace Mobile {
@@ -31,6 +29,8 @@ class ReleaseView : public Wt::WContainerWidget
{
public:
static Wt::WLink getLink(Database::Release::id_type id);
ReleaseView(Wt::WContainerWidget *parent = 0);
void search(Database::SearchFilter filter, size_t nb);