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