summaryrefslogtreecommitdiffstats
path: root/src/render/renderlogging.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-04-28 12:44:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-30 16:13:21 +0200
commite0ebadcf758e5129f378ec48cee7c2d40b019d6a (patch)
tree4281ee780edd33198e3653f626d7152d7158aaa2 /src/render/renderlogging.cpp
parent531c4255401ba4f96d1eb63baf19ae3cd9b57a21 (diff)
Transform updates synched with QChangeArbiter
Transform monitor changes of each of its AbstractTransform objects. On a change, it notifies the QChangeArbiter. The QChangeArbiter tells the associated RenderNode about the change. The RenderNode updates its localTransform matrix. Small typo correction appendTransform instead of appendTransfrom. Change-Id: I8613cda1b3c7b7211722f78585ac75736528f86a Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/renderlogging.cpp')
-rw-r--r--src/render/renderlogging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/renderlogging.cpp b/src/render/renderlogging.cpp
index 5ca133a4f..5d0815163 100644
--- a/src/render/renderlogging.cpp
+++ b/src/render/renderlogging.cpp
@@ -52,7 +52,7 @@ Q_LOGGING_CATEGORY(Frontend, "Qt3D.Render.Frontend")
Q_LOGGING_CATEGORY(Io, "Qt3D.Render.IO")
Q_LOGGING_CATEGORY(Jobs, "Qt3D.Render.Jobs")
Q_LOGGING_CATEGORY(FrameGraph, "Qt3D.Render.FrameGraph")
-Q_LOGGING_CATEGORY(RenderNodes, "Qt3D.Render.RenderNode")
+Q_LOGGING_CATEGORY(RenderNodes, "Qt3D.Render.RenderNodes")
Q_LOGGING_CATEGORY(Rendering, "Qt3D.Render.Rendering")
} // Render