Add fully-functional administration panel for administrators and dispatchers
This commit is contained in:
parent
bf599549ea
commit
ff6901e3a9
22 changed files with 1257 additions and 42 deletions
|
|
@ -4,6 +4,10 @@ QString Profession::title() const {
|
|||
return mTitle;
|
||||
}
|
||||
|
||||
void Profession::setTitle(const QString &newTitle) {
|
||||
mTitle = newTitle;
|
||||
}
|
||||
|
||||
PID Profession::pID() const {
|
||||
return mPID;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue