summaryrefslogtreecommitdiffstats
path: root/src/core/qchangearbiter.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-01-28 14:02:20 +0100
committerTopi Reiniƶ <topi.reinio@digia.com>2015-03-16 13:35:11 +0000
commitc9428e47d5d9300fe8daac03f27f813d7825d8b0 (patch)
tree7ed33db87b59485d718ef267ec1c392302506fcb /src/core/qchangearbiter.cpp
parent5800a996e790bf137ebe7b4c8454c2c266c8a165 (diff)
Doc: Review doc Qt3D
Task-number: QTBUG-44180 Change-Id: Ia5ce031397f9b03c5ba692aa30b6097dc60e59e3 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/core/qchangearbiter.cpp')
-rw-r--r--src/core/qchangearbiter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/qchangearbiter.cpp b/src/core/qchangearbiter.cpp
index c42223a20..7c7dafd0f 100644
--- a/src/core/qchangearbiter.cpp
+++ b/src/core/qchangearbiter.cpp
@@ -56,14 +56,14 @@ namespace Qt3D {
\inmodule Qt3DCore
\since 5.5
- \brief Act as a messages router between observables and observers.
+ \brief Acts as a message router between observables and observers.
Observables can be of two types: QNode observables and QObservableInterfaces.
QNode notifications are sent from the frontend QNode and delivered to the backend observers.
QObservableInterface notifications are sent from backend nodes to backend observers and/or to the
registered QPostman, which in turn delivers the notifications to the target frontend QNode.
- QNode observables are registered automatically. However QObservableInterface object have to be registered manually
+ QNode observables are registered automatically. However, QObservableInterface object have to be registered manually
by providing the QNodeId of the corresponding frontend QNode.
Observers can be registered to receive messages from a QObservableInterface/QNode observable by providing a QNode NodeUuid.