summaryrefslogtreecommitdiffstats
path: root/src/networksettings
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-12-16 13:05:25 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-16 13:17:41 +0000
commit03f31b0a57224e174971ec1f420b799c2fbd68ce (patch)
tree0d11ebaf64e40c4736f6d4badeb8a6f8173b7556 /src/networksettings
parent7e5958ebf36c8a795ecc4cf12e780953294f37c2 (diff)
Doc: Fix CMake build configuration for doc builds
* Add src/doc into the build * Select the correct doc template for online doc builds * Move and update the online sidebar * Fix q QDoc warning in passing Change-Id: Ib40e5e05de337da59b69ce950edf2e9e041af536 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit 3e86b62b6f865e9ed235c7ea676e9ee5b1df21e3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/networksettings')
-rw-r--r--src/networksettings/qnetworksettingsservice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/networksettings/qnetworksettingsservice.cpp b/src/networksettings/qnetworksettingsservice.cpp
index 0983c0d..001c676 100644
--- a/src/networksettings/qnetworksettingsservice.cpp
+++ b/src/networksettings/qnetworksettingsservice.cpp
@@ -195,6 +195,8 @@ QString QNetworkSettingsService::name() const
}
/*!
+ \fn void QNetworkSettingsService::setAutoConnect(bool autoconnect)
+
Sets automatic connections to the network service to \a autoconnect.
*/
void QNetworkSettingsService::setAutoConnect(const bool autoconnect)