Updated setUri to use defintions
This commit is contained in:
@@ -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)
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user