[UI/MOBILE] WIP on internal path support
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user