aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-07-14 00:00:30 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-07-16 09:50:43 +0000
commitfd7d7bcb9044fe5a3141993012657fd2a1ef073d (patch)
treefb32df06e887b1b25ad7d705aa3a17220d08fc81
parenta0be1dc746b2dc23ef8fff2f0e3b4224d9d74c81 (diff)
Update use of QT_DECLARE_NATIVE_INTERFACE_ACCESSOR
Change-Id: I8efde6dacc47d41f07348674262539cf361785b8 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit e298f28e0dc9c133178e076418c6f7643bfcab20) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick/scenegraph/coreapi/qsgtexture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgtexture.h b/src/quick/scenegraph/coreapi/qsgtexture.h
index 5492b04e11..b549d82fa0 100644
--- a/src/quick/scenegraph/coreapi/qsgtexture.h
+++ b/src/quick/scenegraph/coreapi/qsgtexture.h
@@ -112,7 +112,7 @@ public:
inline QRectF convertToNormalizedSourceRect(const QRectF &rect) const;
- QT_DECLARE_NATIVE_INTERFACE_ACCESSOR
+ QT_DECLARE_NATIVE_INTERFACE_ACCESSOR(QSGTexture)
protected:
QSGTexture(QSGTexturePrivate &dd);