summaryrefslogtreecommitdiffstats
path: root/src/Viewer/studio3d/q3dspresentation_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Viewer/studio3d/q3dspresentation_p.h')
-rw-r--r--src/Viewer/studio3d/q3dspresentation_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Viewer/studio3d/q3dspresentation_p.h b/src/Viewer/studio3d/q3dspresentation_p.h
index 7ae7b945..c82e27a7 100644
--- a/src/Viewer/studio3d/q3dspresentation_p.h
+++ b/src/Viewer/studio3d/q3dspresentation_p.h
@@ -69,6 +69,7 @@ public:
void setVariantList(const QStringList &variantList);
void setViewerApp(Q3DSViewer::Q3DSViewerApp *app, bool connectApp = true);
void setCommandQueue(CommandQueue *queue);
+ void setDelayedLoading(bool enable);
void registerElement(Q3DSElement *element);
void unregisterElement(Q3DSElement *element);
@@ -101,6 +102,7 @@ private:
QUrl m_source;
QStringList m_variantList;
ViewerQmlStreamProxy *m_streamProxy;
+ bool m_delayedLoading;
};
QT_END_NAMESPACE