Updated endpoint references

This commit is contained in:
Digital Artifex
2026-08-15 09:57:30 -04:00
parent bb4e3c7562
commit 9fbf90b0c9
7 changed files with 9 additions and 30 deletions
@@ -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);
}
};