summaryrefslogtreecommitdiffstats
path: root/src/core/qchangearbiter.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-02-06 14:17:50 +0100
committerNico Vertriest <nico.vertriest@digia.com>2015-03-11 13:52:10 +0000
commit462dd4fa9dc03a65f5c680f6eae2db623d2fe19e (patch)
tree7817ca7391dffcd3011579973d2ae9b0abfc7cef /src/core/qchangearbiter.cpp
parentcb7753f3ffa85eed0fbd98cb2e4f0e453c595d6d (diff)
Doc: link and qdoc errors Qt3D
Task-number: QTBUG-44180 Change-Id: Ic798dee5d33dbf18dbc9d978a0f07217895a30ee Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/core/qchangearbiter.cpp')
-rw-r--r--src/core/qchangearbiter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/qchangearbiter.cpp b/src/core/qchangearbiter.cpp
index 86ddc7d72..1e2fa1284 100644
--- a/src/core/qchangearbiter.cpp
+++ b/src/core/qchangearbiter.cpp
@@ -58,7 +58,7 @@ namespace Qt3D {
\brief Act as a messages router between observables and observers.
- Observables can be of two types: QNode observables and QObservableInterfaces.
+ Observables can be of two types: QNode observables and \l {QObservableInterface}s.
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.