summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectnode.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-10-09 19:11:44 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-10-10 13:02:22 +0000
commit13905766a105e8c05fa5ae83b89732b31919e3bf (patch)
treec7ba5a291495fba334b0c73b7a760d19968a959a /src/remoteobjects/qremoteobjectnode.cpp
parent05c32802058e65a2ec85321d9c97e18fa38a3c15 (diff)
Doc: Fix issues and enable documentation testing in CI
examples/remoteobjects/clientapp/doc/src/clientapp.qdoc: Cannot find file to quote from: clientapp/qml/plugins1.qml src/remoteobjects/qremoteobjectnode.cpp: Can't link to 'address' Mark the module free of documentation warnings and enable doc testing in the CI. Change-Id: Ia33991e615e74df54a7cebdfbe0aafe65b0c8cdb Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'src/remoteobjects/qremoteobjectnode.cpp')
-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 8b186a5..cef1e84 100644
--- a/src/remoteobjects/qremoteobjectnode.cpp
+++ b/src/remoteobjects/qremoteobjectnode.cpp
@@ -2005,7 +2005,7 @@ bool QRemoteObjectHostBasePrivate::setHostUrlBaseImpl(
It has no consequence for already listening QRemoteObjectHost
objects or QRemoteObjectHost objects that use different
backends than QLocalServer. QRemoteObjectHost objects start to
- listen during construction if the \l address argument is
+ listen during construction if the \e address argument is
non-empty, otherwise when the address is set via setHostUrl().
\sa setHostUrl(), QRemoteObjectHost()