* @brief Sets the username field to the given @a userName. */
| 46 | * @brief Sets the username field to the given @a userName. |
| 47 | */ |
| 48 | void 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. |
no outgoing calls
no test coverage detected