mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
fix: server changable version
This commit is contained in:
@@ -54,15 +54,16 @@ signals:
|
||||
void sigInitializeClient(RecognizeSystem *recognize,SendSystem *sendSystem);
|
||||
void sigSendPacketType(PacketType packetType);
|
||||
void sigSendXMLAnswer(QString answer);
|
||||
void sigSetConnect(ServerSettings* serverSettings);
|
||||
void sigSetConnect(Settings* serverSettings);
|
||||
void sigCalculateHash();
|
||||
void sigSendAutorization();
|
||||
void sigSendCheckUpdate();
|
||||
bool sigGetConnected();
|
||||
void sigSendUpdateToServer();
|
||||
Settings *sigGetClientSettings();
|
||||
|
||||
|
||||
void sigSetLoadSettings(ServerSettings *serverSettings);
|
||||
void sigSetLoadSettings(Settings *serverSettings);
|
||||
|
||||
private:
|
||||
QTranslator translator;
|
||||
@@ -79,6 +80,7 @@ private:
|
||||
ResourceManager *resourceManager;
|
||||
PostProcessorSystem *postProcessorSystem;
|
||||
Client *client;
|
||||
Settings *settings;
|
||||
|
||||
WidgetManager *widgetManager;
|
||||
|
||||
@@ -106,6 +108,7 @@ private:
|
||||
void checkUpdate();
|
||||
|
||||
void setInlineDebug(QString text);
|
||||
void createNewServerSettings();
|
||||
};
|
||||
|
||||
#endif // COREMANAGER_H
|
||||
|
||||
Reference in New Issue
Block a user