mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: draft
This commit is contained in:
@@ -7,19 +7,13 @@
|
||||
#include <QThread>
|
||||
#include <QTcpSocket>
|
||||
#include <QDataStream>
|
||||
#include <mainwindow.h>
|
||||
#include <Core/tools.h>
|
||||
|
||||
class MainWindow;
|
||||
class DataParser;
|
||||
class Tools;
|
||||
|
||||
class SendSystem :public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit SendSystem(QObject* parent = nullptr);
|
||||
void initialize(MainWindow *mainWindow,DataParser *dataParser);
|
||||
void setSocket(QTcpSocket *socket);
|
||||
void sendClientAutorization();
|
||||
void sendDisable();
|
||||
@@ -44,7 +38,6 @@ public slots:
|
||||
void xmlAnswer(QString message);
|
||||
private:
|
||||
QTcpSocket *socket;
|
||||
MainWindow *mainWindow;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user