Updated setUri to use defintions
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
explicit NewestShadersPaginator() : WallpaperPaginator()
|
||||
{
|
||||
setUri(
|
||||
QString::fromUtf8("%1/v2/shaders/newest/").arg(KOMPLEX_API_HOST)
|
||||
QString::fromUtf8(KOMPLEX_ENDPOINT_SHADERS_NEWEST)
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user