User edit dialog completed

This commit is contained in:
Andrew nuark G 2020-12-23 01:03:13 +07:00
parent 3adbef8c08
commit e24554a0a0
11 changed files with 315 additions and 47 deletions

View file

@ -2,7 +2,7 @@
#include "auth_system.h"
const user_entity* auth_system::get_user(const QString &login, bool &success) {
user_entity* auth_system::get_user(const QString &login, bool &success) {
user_entity *out = nullptr;
success = false;