Мессенджер: время

This commit is contained in:
2025-09-10 15:23:10 +03:00
parent c57b94786f
commit 747734a763
9 changed files with 67 additions and 33 deletions

View File

@@ -10,6 +10,7 @@ struct MessageOfMessanger
{
QString text;
bool flLocal;
QTime time;
};
class MessangerController : public QObject