This commit is contained in:
2026-02-07 08:28:56 +03:00
parent eff857a55e
commit 451ddd9ae0
30 changed files with 3993 additions and 1233 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ public:
QVector<User*> getVIPs() const;
QVector<User*> getSubscribers() const;
QVector<User*> getActiveUsers(int minutes = 10) const;
const User* getRandomUser() const;
// Статистика
int getUserCount() const;
int getMessageCount() const;
@@ -48,7 +48,7 @@ public:
bool loadFromFile(const QString &filename);
// Геттеры
User* getUserByIndex(int index);
User* getUserByIndex(const QString &userID);
const QMap<QString, User>& getAllUsers() const;
signals: