summaryrefslogtreecommitdiffstats
path: root/src/imports/networksettings/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/networksettings/plugin.cpp')
-rw-r--r--src/imports/networksettings/plugin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/networksettings/plugin.cpp b/src/imports/networksettings/plugin.cpp
index c1dac53..2a67657 100644
--- a/src/imports/networksettings/plugin.cpp
+++ b/src/imports/networksettings/plugin.cpp
@@ -116,9 +116,9 @@
*/
/*!
- \qmlmethod NetworkSettingsManager::userAgent.setUserCredentials(string username, string passphrase)
+ \qmlmethod NetworkSettingsManager::userAgent.setPassphrase(string passphrase)
- Sets the user credentials \a username and \a passphrase for connecting to a Wifi network.
+ Sets the \a passphrase for connecting to a Wifi network.
This method needs to be called in response to receiving a showUserCredentialsInput() signal.
@@ -130,7 +130,7 @@
This signal is emitted when user credentials are required for connecting to a Wifi network.
- \sa userAgent.setUserCredentials()
+ \sa userAgent.setPassphrase()
*/
/*!