summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qconnectionfactories.cpp
diff options
context:
space:
mode:
authorKavindra Palaraja <kpalaraja@luxoft.com>2019-07-01 10:25:25 +0200
committerKavindra Palaraja <kpalaraja@luxoft.com>2019-07-08 17:30:42 +0200
commitd04b169dceb451507cc642dc9b1e26e3f34bafff (patch)
treeeda459f98d3159a1726fe1109182401872036631 /src/remoteobjects/qconnectionfactories.cpp
parent93cb11ec09086bf0e29fed2fd28f1d82ba2673c0 (diff)
Doc: Improve the documentation landing page
* Merge the use cases into a more prominent location: the landing page, so that the reader has a better chance of visualizing how to use the module in real-life use cases. * Update the C++ Reference module documentation to suit other Qt modules. * Removed the include statements from the landing page as that's only for C++ and this module also provides QML. * Reduce the number of links to "Source" and "Replica" as we don't have to link to every single instance. Change-Id: Ic227cd7adcc25fc9d3bfdf3e2239d62403b36bba Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'src/remoteobjects/qconnectionfactories.cpp')
-rw-r--r--src/remoteobjects/qconnectionfactories.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remoteobjects/qconnectionfactories.cpp b/src/remoteobjects/qconnectionfactories.cpp
index f1091fa..0742eb5 100644
--- a/src/remoteobjects/qconnectionfactories.cpp
+++ b/src/remoteobjects/qconnectionfactories.cpp
@@ -264,7 +264,7 @@ QString ExternalIoDevice::deviceType() const
/*!
\class QtROServerFactory
\inmodule QtRemoteObjects
- \brief A class holding information about server backends available on the Qt Remote Objects network.
+ \brief A class that holds information about server backends available on the Qt Remote Objects network.
*/
QtROServerFactory::QtROServerFactory()
{
@@ -283,7 +283,7 @@ QtROServerFactory *QtROServerFactory::instance()
/*!
\class QtROClientFactory
\inmodule QtRemoteObjects
- \brief A class holding information about client backends available on the Qt Remote Objects network.
+ \brief A class that holds information about client backends available on the Qt Remote Objects network.
*/
QtROClientFactory::QtROClientFactory()
{