summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-09-03 10:34:40 +0200
committerTopi Reinio <topi.reinio@qt.io>2019-09-12 10:19:42 +0200
commitab2d0161fc9b4c764f8e51f8ec5adcee948815e7 (patch)
tree161900f4cbbef7df03dd2009b55465b13dc089d8
parent5f3dce45f91132fba0ee2dd911009b80e3358e4d (diff)
Doc: Fix documentation warnings
No such QDoc command '\readwrite', plus minor language editing. Change-Id: I4b385343a51e95be42dcbf27c4b1b30793a9c6da Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/networksettings/qnetworksettingsservice.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/networksettings/qnetworksettingsservice.cpp b/src/networksettings/qnetworksettingsservice.cpp
index fd21140..0983c0d 100644
--- a/src/networksettings/qnetworksettingsservice.cpp
+++ b/src/networksettings/qnetworksettingsservice.cpp
@@ -114,7 +114,6 @@ QT_BEGIN_NAMESPACE
/*!
\property QNetworkSettingsService::autoConnect
- \readwrite
\brief Holds autoconnect property for this service.
Autoconnect property determines whether the service connects automatically
@@ -205,7 +204,7 @@ void QNetworkSettingsService::setAutoConnect(const bool autoconnect)
}
/*!
- Return automatic connection status of the network service.
+ Returns the automatic connection status of the network service.
*/
bool QNetworkSettingsService::autoConnect() const
{