summaryrefslogtreecommitdiffstats
path: root/src/api/studio3d/q3dspresentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/studio3d/q3dspresentation.h')
-rw-r--r--src/api/studio3d/q3dspresentation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/studio3d/q3dspresentation.h b/src/api/studio3d/q3dspresentation.h
index af84073..1c53f98 100644
--- a/src/api/studio3d/q3dspresentation.h
+++ b/src/api/studio3d/q3dspresentation.h
@@ -47,6 +47,7 @@ class Q3DSGeometry;
class QMouseEvent;
class QWheelEvent;
class QKeyEvent;
+class QQmlImageProviderBase;
class Q_STUDIO3D_EXPORT Q3DSPresentation : public QObject
{
@@ -123,6 +124,8 @@ public:
void deleteMeshes(const QStringList &meshNames);
QStringList createdMeshes() const;
+ void addImageProvider(const QString &providerId, QQmlImageProviderBase *provider);
+
public Q_SLOTS:
void setSource(const QUrl &source);
void setVariantList(const QStringList &variantList);