Added parent to constructor

This commit is contained in:
Digital Artifex
2026-06-10 15:35:09 -04:00
parent e95606be63
commit b53048bebc
12 changed files with 12 additions and 12 deletions
@@ -34,7 +34,7 @@
class KOMPLEX_EXPORT FeaturedShadersPaginator : public WallpaperPaginator
{
public:
explicit FeaturedShadersPaginator() : WallpaperPaginator()
explicit FeaturedShadersPaginator(QObject *parent = nullptr) : WallpaperPaginator(parent)
{
setUri(
QString::fromUtf8(KOMPLEX_ENDPOINT_SHADERS_FEATURED)