summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2019-01-31 12:27:13 +0100
committerNico Vertriest <nico.vertriest@qt.io>2019-02-01 08:23:58 +0000
commitd3cde521533787f5f91364ffdba3e0a386d131f6 (patch)
treebb4ea738cfc30a8f888130c63a0bc8647187041c
parentb0b3cbde5098986d699c3f6cefe03b852b1f007c (diff)
Doc: Fix link errors qremoteobjectnode.cpp
Change-Id: I8d0dc7311ccfb327e3cd4e6c05d78aebf0c8c81c Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/remoteobjects/qremoteobjectnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteobjects/qremoteobjectnode.cpp b/src/remoteobjects/qremoteobjectnode.cpp
index 24dd4bd..edbc4f5 100644
--- a/src/remoteobjects/qremoteobjectnode.cpp
+++ b/src/remoteobjects/qremoteobjectnode.cpp
@@ -337,7 +337,7 @@ void QRemoteObjectNode::registerExternalSchema(const QString &schema, QRemoteObj
internally/automatically) connects to the provided registry (given by the
\a registryUrl parameter, "local:registry" in this example). Whenever
local:registry emits the \l remoteObjectAdded signal, the
- \l QRemoteObjectSourceLocations is passed to the \a filter given to the proxy
+ \c QRemoteObjectSourceLocation is passed to the \a filter given to the proxy
call. If this method returns true (the default filter simply returns true
without any filtering), the object is acquired() from the internal node and
enableRemoting() (once the replica is initialized) is called on proxyNode.