This commit is contained in:
iTrooz
2024-11-29 00:42:25 +01:00
parent 09782745c6
commit b0778e7a1f
4 changed files with 8 additions and 8 deletions

View File

@ -10,6 +10,7 @@
// 7 first bits
#define SEGMENT_BITS 0x7F
// last bit
#define CONTINUE_BIT 0x80
McClient::McClient(QObject *parent, QString domain, QString ip, short port): QObject(parent), domain(domain), ip(ip), port(port) {}