summaryrefslogtreecommitdiffstats
path: root/src/runtime/api/q3dspresentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/api/q3dspresentation.h')
-rw-r--r--src/runtime/api/q3dspresentation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/runtime/api/q3dspresentation.h b/src/runtime/api/q3dspresentation.h
index 9aaffa5..a2e48d1 100644
--- a/src/runtime/api/q3dspresentation.h
+++ b/src/runtime/api/q3dspresentation.h
@@ -59,7 +59,7 @@ class Q3DSV_EXPORT Q3DSPresentation : public QObject
Q_PROPERTY(bool profilingEnabled READ isProfilingEnabled WRITE setProfilingEnabled NOTIFY profilingEnabledChanged)
Q_PROPERTY(bool profileUiVisible READ isProfileUiVisible WRITE setProfileUiVisible NOTIFY profileUiVisibleChanged)
Q_PROPERTY(float profileUiScale READ profileUiScale WRITE setProfileUiScale NOTIFY profileUiScaleChanged)
- Q_PROPERTY(bool delayedLoading READ isDelayedLoadingEnabled WRITE setDelayedLoading NOTIFY delayedLoadingChanged)
+ Q_PROPERTY(bool delayedLoading READ isDelayedLoadingEnabled WRITE setDelayedLoading NOTIFY delayedLoadingChanged REVISION 3)
public:
explicit Q3DSPresentation(QObject *parent = nullptr);
@@ -94,8 +94,8 @@ public:
Q_INVOKABLE void goToSlide(const QString &elementPath, int index);
Q_INVOKABLE void goToSlide(const QString &elementPath, bool next, bool wrap);
- Q_INVOKABLE void preloadSlide(const QString &elementPath);
- Q_INVOKABLE void unloadSlide(const QString &elementPath);
+ Q_REVISION(3) Q_INVOKABLE void preloadSlide(const QString &elementPath);
+ Q_REVISION(3) Q_INVOKABLE void unloadSlide(const QString &elementPath);
Q_INVOKABLE QVariant getAttribute(const QString &elementPath, const QString &attributeName);
Q_INVOKABLE void setAttribute(const QString &elementPath, const QString &attributeName, const QVariant &value);
@@ -129,7 +129,7 @@ Q_SIGNALS:
void customSignalEmitted(const QString &elementPath, const QString &name);
void slideEntered(const QString &elementPath, int index, const QString &name);
void slideExited(const QString &elementPath, int index, const QString &name);
- void delayedLoadingChanged();
+ Q_REVISION(3) void delayedLoadingChanged();
protected:
Q3DSPresentation(Q3DSPresentationPrivate &dd, QObject *parent);