mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Тайминг. Работает. Предварительно.
This commit is contained in:
@@ -12,8 +12,9 @@ class ProcessParser : public QObject
|
||||
public:
|
||||
explicit ProcessParser(QObject *parent = nullptr);
|
||||
void initialize(ProcessingSystem *processingSystem);
|
||||
void read(ClientHandler *client, QByteArray array);
|
||||
|
||||
public slots:
|
||||
void slot_read(ClientHandler *client, QByteArray array);
|
||||
|
||||
signals:
|
||||
void sigLogMessage(QString text);
|
||||
|
||||
Reference in New Issue
Block a user