mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: refactoring treads, check local update instructor
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#include <QObject>
|
||||
|
||||
class SendSystem;
|
||||
class MainWindow;
|
||||
class DataParser;
|
||||
|
||||
class UpdateController : public QObject
|
||||
{
|
||||
@@ -27,7 +29,7 @@ class UpdateController : public QObject
|
||||
|
||||
public:
|
||||
explicit UpdateController(DataParser *parser,SendSystem *sendSystem,QObject *parent = 0);
|
||||
|
||||
void initialize(MainWindow *mainWindow);
|
||||
void calculateCommonHash();
|
||||
void calculateStreamingHash();
|
||||
void setServerVersion(StreamingVersionData *version);
|
||||
|
||||
Reference in New Issue
Block a user