summaryrefslogtreecommitdiffstats
path: root/src/render/renderlogging.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-04-24 12:57:07 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-29 12:32:00 +0200
commitf1addcb2b5f3357da121561671ef8563c6545cf0 (patch)
tree2d0192da60bf2d94d9d3f057f4614583a202b1a4 /src/render/renderlogging.cpp
parent1fc89dedb83fd6f906f149538c1756755c514b69 (diff)
Observable Entity
In order to detect a property reference change, Entity's Component properties' notifySignal is connected to a slot. In turn that slot post scene changes to the QChangeArbiter, allowing Observers to be notified about the property change. Change-Id: Ie76121b476e4df7e49822137794817bb6a31bdb5 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/renderlogging.cpp')
-rw-r--r--src/render/renderlogging.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/renderlogging.cpp b/src/render/renderlogging.cpp
index 889a14e18..7537fce85 100644
--- a/src/render/renderlogging.cpp
+++ b/src/render/renderlogging.cpp
@@ -52,6 +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")
} // Render