Подготовка мессенджера под юзеров

This commit is contained in:
2025-09-09 16:58:18 +03:00
parent e2f7ca88c1
commit 15325eb43a
8 changed files with 66 additions and 45 deletions

View File

@@ -3,7 +3,7 @@
#include "basicentity.h"
class User: public BasicEntity
class DATABASELMS_EXPORT User: public BasicEntity
{
public:
User();