diff --git a/plugin/plugin.cpp b/plugin/plugin.cpp index c826ed7..042856c 100644 --- a/plugin/plugin.cpp +++ b/plugin/plugin.cpp @@ -33,15 +33,6 @@ public: void registerTypes(const char *uri) override { Q_ASSERT(QLatin1String(uri) == QLatin1String("com.github.digitalartifex.komplex")); - - char *stUri = new char[std::strlen(uri) + std::strlen(".ShaderToy")]; - std::sprintf(stUri, "%s.ShaderToy", uri); - - char *pvUri = new char[std::strlen(uri) + std::strlen(".Pexels.Video")]; - std::sprintf(pvUri, "%s.Pexels.Video", uri); - - char *piUri = new char[std::strlen(uri) + std::strlen(".Pexels.Image")]; - std::sprintf(piUri, "%s.Pexels.Image", uri); qmlRegisterSingletonType(uri, 1, 0, "AudioModel", komplexAudioSingletonProvider); qmlRegisterType(uri, 1, 0, "ShaderPackModel"); diff --git a/plugin/plugin.json b/plugin/plugin.json index 3ed3b17..9b3d36d 100644 --- a/plugin/plugin.json +++ b/plugin/plugin.json @@ -1,8 +1,8 @@ { "Id" : "komplex", "Name" : "Komplex Wallpaper Plugin", - "Version" : "1.0.7", - "CompatVersion" : "1.0.7", + "Version" : "1.0.8", + "CompatVersion" : "1.0.8", "VendorId" : "digitalartifex", "Vendor" : "Digital Artifex", "Copyright" : "(C) 2025 Digital Artifex",