diff options
Diffstat (limited to 'src/remoteobjects/qconnectionfactories.cpp')
-rw-r--r-- | src/remoteobjects/qconnectionfactories.cpp | 4 |
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() { |