Code style refactoring done
This commit is contained in:
parent
02766bd5d2
commit
c5f1572efa
36 changed files with 202 additions and 130 deletions
|
|
@ -6,8 +6,7 @@
|
|||
#include "../entities/user_entity.h"
|
||||
|
||||
|
||||
class auth_system
|
||||
{
|
||||
class auth_system {
|
||||
private:
|
||||
QVector<user_entity> _users;
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue