* @brief Returns the current password entered by the user. */
| 70 | * @brief Returns the current password entered by the user. |
| 71 | */ |
| 72 | QString AuthenticateDialog::password() const |
| 73 | { |
| 74 | return ui->passwordLE->text(); |
| 75 | } |
| 76 | |
| 77 | #if QSU_INCLUDE_MOC |
| 78 | # include "moc_AuthenticateDialog.cpp" |