User edit dialog completed
This commit is contained in:
parent
3adbef8c08
commit
e24554a0a0
11 changed files with 315 additions and 47 deletions
|
|
@ -27,6 +27,8 @@ public:
|
|||
const QString login() const;
|
||||
UserRole role() const;
|
||||
bool verify_password(const QString &password) const;
|
||||
void set_password(const QString &new_password);
|
||||
void set_role(UserRole new_role);
|
||||
|
||||
void serialize(QDataStream &output);
|
||||
void deserialize(QDataStream &input);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue