mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2021-06-10 Fred Gleason <fredg@paravelsystems.com>
* Refactored the 'Set Password' dialog so as to pass the password value in the 'RDPasswd::exec()' method. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <qspinbox.h>
|
||||
|
||||
#include <rddialog.h>
|
||||
#include <rdpasswd.h>
|
||||
#include <rduser.h>
|
||||
|
||||
class EditUser : public RDDialog
|
||||
@@ -53,6 +54,7 @@ class EditUser : public RDDialog
|
||||
void cancelData();
|
||||
|
||||
private:
|
||||
RDPasswd *user_password_dialog;
|
||||
QLineEdit *user_name_edit;
|
||||
QLineEdit *user_full_name_edit;
|
||||
QLineEdit *user_email_address_edit;
|
||||
|
||||
Reference in New Issue
Block a user