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

Method setUserName

lib/QSimpleUpdater/src/AuthenticateDialog.cpp:48–51  ·  view source on GitHub ↗

* @brief Sets the username field to the given @a userName. */

Source from the content-addressed store, hash-verified

46 * @brief Sets the username field to the given @a userName.
47 */
48void AuthenticateDialog::setUserName(const QString& userName)
49{
50 ui->userLE->setText(userName);
51}
52
53/**
54 * @brief Sets the password field to the given @a password.

Callers 2

setUpdateAvailableMethod · 0.80
authenticateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected