Updated setUri to use defintions

This commit is contained in:
Digital Artifex
2026-06-10 14:53:08 -04:00
parent 2cb14c7f8a
commit 67a7d9cc8f
12 changed files with 14 additions and 12 deletions
@@ -37,7 +37,7 @@ public:
explicit SearchVideosPaginator() : WallpaperPaginator()
{
setUri(
QString::fromUtf8("%1/v2/videos/search/").arg(KOMPLEX_API_HOST)
QString::fromUtf8(KOMPLEX_ENDPOINT_VIDEOS_SEARCH)
);
}
};