summaryrefslogtreecommitdiffstats
path: root/src/render/renderlogging.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-05-15 16:28:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-31 11:25:11 +0200
commitc559c941831968dfc0a320c40bb771e0a78b5b68 (patch)
tree5ed9b2b5f7e7d7863bfab6dcde20da538f0dfa56 /src/render/renderlogging.cpp
parentdb19dc3be0d5447e9a09cf42db02ff95448237ea (diff)
FrameGraphItems are observed for changes
The Backend FrameGraphNode observe when needed the frontend FrameGraphItem for SceneChange notifications. This is the case when the camera property of a CameraSelector is updated to reference another camera. This is also the case for the Viewport rectangle which could be updated. Will have to check later for TechniqueFilter/RenderPassFilter Change-Id: Iaf592f6b2496790a11b05111def5d3af473a1e84 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 5d0815163..c17c011ad 100644
--- a/src/render/renderlogging.cpp
+++ b/src/render/renderlogging.cpp
@@ -51,7 +51,7 @@ Q_LOGGING_CATEGORY(Backend, "Qt3D.Render.Backend")
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(Framegraph, "Qt3D.Render.Framegraph")
Q_LOGGING_CATEGORY(RenderNodes, "Qt3D.Render.RenderNodes")
Q_LOGGING_CATEGORY(Rendering, "Qt3D.Render.Rendering")