Bugfixes for hub backends

This commit is contained in:
Digital Artifex
2025-09-23 06:24:57 -04:00
parent 557e518c79
commit 3c40711014
3 changed files with 13 additions and 7 deletions

View File

@@ -44,9 +44,9 @@ public:
qmlRegisterSingletonType<AudioModel*>(uri, 1, 0, "AudioModel", komplexAudioSingletonProvider);
qmlRegisterType<ShaderPackModel>(uri, 1, 0, "ShaderPackModel");
qmlRegisterType<GeometryProvider>(uri, 1, 0, "GeometryProvider");
qmlRegisterType<ShaderToySearchModel>(stUri, 1, 0, "SearchModel");
qmlRegisterType<PexelsVideoSearchModel>(pvUri, 1, 0, "SearchModel");
qmlRegisterType<PexelsImageSearchModel>(piUri, 1, 0, "SearchModel");
qmlRegisterType<ShaderToySearchModel>(uri, 1, 0, "ShaderToySearchModel");
qmlRegisterType<PexelsVideoSearchModel>(uri, 1, 0, "PexelsVideoSearchModel");
qmlRegisterType<PexelsImageSearchModel>(uri, 1, 0, "PexelsImageSearchModel");
}
void unregisterTypes() override