mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: clean warnings
This commit is contained in:
@@ -18,6 +18,7 @@ QByteArray DataParser::slotGetXmlAnswer(QString answerCode)
|
||||
if(answerCode == "END"){
|
||||
return xmlAnswer_notify(answerCode);
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void DataParser::createFileDataList(QList<FileData> fileDataList,QString filename)
|
||||
|
||||
@@ -4,10 +4,9 @@
|
||||
#include <updatenotifywidget.h>
|
||||
|
||||
|
||||
HashComparer::HashComparer(DataParser *dataParser,QObject *parent)
|
||||
HashComparer::HashComparer(DataParser *dataParser,QObject *)
|
||||
{
|
||||
this->dataParser = dataParser;
|
||||
this->updateWidget = updateWidget;
|
||||
}
|
||||
|
||||
void HashComparer::CompareDeltas()
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
|
||||
SendSystem::SendSystem(QObject *parent)
|
||||
SendSystem::SendSystem(QObject *)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ void TCPClient::initialize(RecognizeSystem *recognize,ExternalExecuter *external
|
||||
emit sigSendDebugLog(Tools::getTime() + " Client started");
|
||||
}
|
||||
|
||||
void TCPClient::setConnect(ServerSettings *serverSettings,QThread *th)
|
||||
void TCPClient::setConnect(ServerSettings *serverSettings)
|
||||
{
|
||||
socket = new QTcpSocket();
|
||||
qDebug() << "TCPCLient thread: " << thread();
|
||||
|
||||
@@ -25,7 +25,7 @@ class TCPClient : public QObject
|
||||
public:
|
||||
explicit TCPClient(QObject *parent = 0);
|
||||
void initialize(RecognizeSystem *recognize,ExternalExecuter *externalExecuter,SendSystem *sendSystem);
|
||||
void setConnect(ServerSettings *serverSettings,QThread *thread);
|
||||
void setConnect(ServerSettings *serverSettings);
|
||||
|
||||
void waitRead(int time);
|
||||
QTcpSocket* getSocket();
|
||||
|
||||
Reference in New Issue
Block a user