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