mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: change buttonsView
* add buttonsView common(complete) * add buttonsView instructor(notWorking) * BUGFIX sendSystem meth update files * BUGFIX updateController meth checkNeedUpdate
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
class UpdateController;
|
||||
class MainWindow;
|
||||
class HashComparer;
|
||||
class TCPClient;
|
||||
|
||||
class RecognizeSystem : public QObject
|
||||
{
|
||||
@@ -19,7 +21,11 @@ class RecognizeSystem : public QObject
|
||||
public:
|
||||
explicit RecognizeSystem(QObject *parent = 0);
|
||||
~RecognizeSystem();
|
||||
void initialize(UpdateController* updateController,DataParser *dataParser,MainWindow *mainWindow);
|
||||
void initialize(UpdateController* updateController,
|
||||
DataParser *dataParser,
|
||||
MainWindow *mainWindow,
|
||||
HashComparer *hashComparer,
|
||||
TCPClient *client);
|
||||
void recognize(QTcpSocket *socket);
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user