MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setPassword

Method setPassword

lib/QSimpleUpdater/src/AuthenticateDialog.cpp:56–59  ·  view source on GitHub ↗

* @brief Sets the password field to the given @a password. */

Source from the content-addressed store, hash-verified

54 * @brief Sets the password field to the given @a password.
55 */
56void AuthenticateDialog::setPassword(const QString& password)
57{
58 ui->passwordLE->setText(password);
59}
60
61/**
62 * @brief Returns the current username entered by the user.

Callers 2

setUpdateAvailableMethod · 0.45
authenticateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected