summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2022-12-16 09:40:44 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-12-19 07:28:21 +0000
commit11d3abeea5cf710db17f45514dfc59e41aad00b9 (patch)
tree19abca25329ed3e18ec4dbf57e19f4bd2dfca257
parentd356f4d7660528505574d0adfdba6f48ad332d44 (diff)
qtexturedataupdate.h: fix namespace declaration for syncqt to work
syncqt doesn't find the class name if the namespace line doesn't end with {. Change-Id: Icf30464ed0ecb9ce84d6c62c04edfc5d374ed26f Reviewed-by: Mike Krus <mike.krus@kdab.com> (cherry picked from commit df4665a61fc84b6d6a952034c7d758394ebc1767) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/render/texture/qtexturedataupdate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/texture/qtexturedataupdate.h b/src/render/texture/qtexturedataupdate.h
index da095c0ac..e69421a1f 100644
--- a/src/render/texture/qtexturedataupdate.h
+++ b/src/render/texture/qtexturedataupdate.h
@@ -11,8 +11,7 @@
QT_BEGIN_NAMESPACE
-namespace Qt3DRender
-{
+namespace Qt3DRender {
class QTextureDataUpdate;
class QTextureDataUpdatePrivate;