Moved definitions to class
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
#include "newestpackspaginator.h"
|
|
||||||
#include "common/coreservices.h"
|
|
||||||
#include "common/logging.h"
|
|
||||||
|
|
||||||
NewestPacksPaginator::NewestPacksPaginator() : Paginator<WallpaperCache>()
|
|
||||||
{
|
|
||||||
SlidingCacheController<WallpaperCache> *controller = this->controller();
|
|
||||||
controller->setFetch(
|
|
||||||
std::bind(&NewestPacksPaginator::fetch, this, std::placeholders::_1, std::placeholders::_2)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user