Fixed referencing and dereferencing errors in apparatus
This commit is contained in:
parent
d69b18f083
commit
f99974d8ae
12 changed files with 148 additions and 112 deletions
|
|
@ -17,10 +17,10 @@ public:
|
|||
bool remove_user(const QString &login);
|
||||
bool register_user(const QString &login, const QString &password, UserRole role);
|
||||
|
||||
const QVector<user_entity> users() const;
|
||||
const QVector<user_entity>& users() const;
|
||||
|
||||
void deserialize_data(QDataStream &stream);
|
||||
void serialize_data(QDataStream &stream);
|
||||
void deserialize_data(QDataStream *stream);
|
||||
void serialize_data(QDataStream *stream);
|
||||
};
|
||||
|
||||
#endif // AUTH_SYSTEM_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue