Bug fixes for audio textures

This commit is contained in:
Digital Artifex
2025-08-10 05:06:15 -04:00
parent 396b1cb104
commit 49ae3bb429
7 changed files with 73 additions and 96 deletions

View File

@@ -5,8 +5,9 @@
#include <QQuickImageProvider>
#include "AudioModel.h"
#include "Komplex_global.h"
class AudioImageProvider : public QQuickImageProvider
class KOMPLEX_EXPORT AudioImageProvider : public QQuickImageProvider
{
public:
explicit AudioImageProvider();