Add DB serialization and user bindings

This commit is contained in:
E. Kozlovskaya 2021-01-04 18:54:15 +07:00
parent 0871eaad37
commit 462bd42521
4 changed files with 129 additions and 3 deletions

View file

@ -12,9 +12,9 @@ private:
PID mPID;
QString mTitle;
public:
Profession() = default;
public:
QString title() const;
PID pID() const;