From e309107f4d908f32ab2486e39575151bb833bbc2 Mon Sep 17 00:00:00 2001 From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com> Date: Sun, 7 Jun 2026 02:14:54 -0400 Subject: [PATCH] Moved definitions to class --- KomplexHubPlugin/paginators/newestpackspaginator.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 KomplexHubPlugin/paginators/newestpackspaginator.cpp diff --git a/KomplexHubPlugin/paginators/newestpackspaginator.cpp b/KomplexHubPlugin/paginators/newestpackspaginator.cpp deleted file mode 100644 index c084bbe..0000000 --- a/KomplexHubPlugin/paginators/newestpackspaginator.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "newestpackspaginator.h" -#include "common/coreservices.h" -#include "common/logging.h" - -NewestPacksPaginator::NewestPacksPaginator() : Paginator() -{ - SlidingCacheController *controller = this->controller(); - controller->setFetch( - std::bind(&NewestPacksPaginator::fetch, this, std::placeholders::_1, std::placeholders::_2) - ); -} \ No newline at end of file