Add profession bindings and missing for user
This commit is contained in:
parent
91a5de78e9
commit
59344e6464
3 changed files with 46 additions and 10 deletions
|
|
@ -34,9 +34,12 @@ public:
|
|||
User* getUser(UID uid);
|
||||
User* getUser(QString login);
|
||||
QVector<User*> getUsersByType(UserType type);
|
||||
QVector<User*> getUsersByProfession(Profession prof);
|
||||
QVector<User*> getUsersByProfession(PID pid);
|
||||
bool removeUser(UID uid);
|
||||
|
||||
bool addProfession(Profession prof);
|
||||
Profession* getProfession(PID pid);
|
||||
bool removeProfession(PID pid);
|
||||
|
||||
void save();
|
||||
void load();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue