ref: add postprocess and dataparserOut

This commit is contained in:
semenov
2025-08-12 10:24:37 +03:00
parent c993e12b84
commit f5c929021b
10 changed files with 28 additions and 17566 deletions

View File

@@ -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