trans: 1.basic trans logic. 2.ico res.

This commit is contained in:
2025-06-17 11:48:13 +08:00
parent 33b8a37719
commit 55b530d9f8
16 changed files with 236 additions and 17 deletions

View File

@@ -56,6 +56,8 @@ public:
QMutex conMutex_;
QString ownID_;
QString remoteID_;
QMutex sockMut_;
QTcpSocket* socket_;
QByteArray recvBuffer_;