mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Рефакт1 Интерфейса
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
#include "user.h"
|
||||
|
||||
const QString User::TypeUserDBInstructor = "instructor";
|
||||
const QString User::TypeUserDBTrainee = "trainee";
|
||||
|
||||
User::User():
|
||||
BasicEntity(),
|
||||
login(),
|
||||
password(),
|
||||
archived(),
|
||||
loggedIn()
|
||||
loggedIn(),
|
||||
TypeUserDB()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user