mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
rename0
This commit is contained in:
12
Server/Data/userType.h
Normal file
12
Server/Data/userType.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef USERTYPE_H
|
||||
#define USERTYPE_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
|
||||
enum UserType{
|
||||
INSTRUCTOR,
|
||||
TRAINEES
|
||||
};
|
||||
|
||||
#endif // USERTYPE_H
|
||||
Reference in New Issue
Block a user