mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: add postprocess and dataparserOut
This commit is contained in:
@@ -21,7 +21,7 @@ class DataParser : public QObject
|
||||
|
||||
public:
|
||||
explicit DataParser(QObject *parent = 0);
|
||||
void initialize();
|
||||
void initialize(PostProcessorSystem *postProcessSystem);
|
||||
|
||||
~DataParser();
|
||||
ServerSettings* getClientSettings();
|
||||
@@ -33,7 +33,7 @@ signals:
|
||||
|
||||
private:
|
||||
ClientAutorization *authPassCache;
|
||||
PostProcessorSystem *postProcessorSystem;
|
||||
PostProcessorSystem *postProcessSystem;
|
||||
};
|
||||
|
||||
#endif // DATAPARSER_H
|
||||
|
||||
Reference in New Issue
Block a user