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

Method userName

lib/QSimpleUpdater/src/AuthenticateDialog.cpp:64–67  ·  view source on GitHub ↗

* @brief Returns the current username entered by the user. */

Source from the content-addressed store, hash-verified

62 * @brief Returns the current username entered by the user.
63 */
64QString AuthenticateDialog::userName() const
65{
66 return ui->userLE->text();
67}
68
69/**
70 * @brief Returns the current password entered by the user.

Callers 1

authenticateMethod · 0.80

Calls 1

textMethod · 0.45

Tested by

no test coverage detected