summaryrefslogtreecommitdiffstats
path: root/src/render/texture
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-03-06 12:36:12 +0100
committerKai Koehne <kai.koehne@qt.io>2019-03-07 08:03:50 +0000
commit534857bed15359797a1edf53fb5bdc33cf4e0897 (patch)
tree7771e9707ad05c97039271d8804f1ad03a052ef4 /src/render/texture
parent9c0dc42939b2a047709e80d40b18cecf01d4c881 (diff)
QML: Properly revision new signals and slots in 5.13
All new signals, slots, ... available in QML should be revisioned. Change-Id: Ib91c65b2bcd64f93d8f536c6cb534390b8689d05 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/texture')
-rw-r--r--src/render/texture/qabstracttexture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/texture/qabstracttexture.h b/src/render/texture/qabstracttexture.h
index e6833ffb4..40953f253 100644
--- a/src/render/texture/qabstracttexture.h
+++ b/src/render/texture/qabstracttexture.h
@@ -337,8 +337,8 @@ Q_SIGNALS:
void comparisonModeChanged(ComparisonMode comparisonMode);
void layersChanged(int layers);
void samplesChanged(int samples);
- void handleTypeChanged(HandleType handleType);
- void handleChanged(QVariant handle);
+ Q_REVISION(13) void handleTypeChanged(HandleType handleType);
+ Q_REVISION(13) void handleChanged(QVariant handle);
protected:
explicit QAbstractTexture(Qt3DCore::QNode *parent = nullptr);