Updated endpoint references
This commit is contained in:
@@ -38,10 +38,7 @@ class KOMPLEX_EXPORT ImageSearchPaginator : public ImagePaginator
|
||||
public:
|
||||
explicit ImageSearchPaginator(QObject *parent = nullptr) : ImagePaginator(parent)
|
||||
{
|
||||
setUri(
|
||||
QString::fromUtf8(KOMPLEX_ENDPOINT_IMAGES_SEARCH)
|
||||
);
|
||||
|
||||
setUri(KOMPLEX_ENDPOINT_IMAGES_SEARCH);
|
||||
setQueryable(true);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user