refract Server 1

This commit is contained in:
2026-02-06 15:02:55 +03:00
parent 4b98d00faf
commit dde9ac61f8
3 changed files with 5 additions and 4 deletions

View File

@@ -2,9 +2,13 @@
#define MULTITHREADSERVER_H
#include "Systems/processingsystem.h"
#include "clienthandler.h"
#include "Data/PacketType.h"
#include "updatecontroller.h"
#include <QObject>
class ProcessingSystem;
class ClientHandler;
class DocsUpdater;
class MultiThreadServer : public QTcpServer
{