mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: link argument
This commit is contained in:
@@ -14,13 +14,14 @@ public:
|
||||
void initialize(DataParserOutput *dataParserOutput,
|
||||
HashComparer *hashComparer,
|
||||
VersionContainer* versionContainer,
|
||||
UpdateController* updateContorller);
|
||||
UpdateController* updateController);
|
||||
|
||||
void socketDisable();
|
||||
void serverBlocked();
|
||||
void startCompare();
|
||||
void showUpdateList();
|
||||
void compareFiles();
|
||||
void checkAccessType(QString type);
|
||||
void checkAccessType(const QString& type);
|
||||
void saveLoginData(ServerAuthorization *auth);
|
||||
void setServerVersion(StreamingVersionData *serverVersion);
|
||||
void showServerDataList(QList<StreamingVersionData*> *versionList);
|
||||
|
||||
Reference in New Issue
Block a user