mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: clean unused in Core
This commit is contained in:
@@ -19,14 +19,10 @@ class DataParser : public QObject
|
||||
public:
|
||||
explicit DataParser(QObject *parent = 0);
|
||||
~DataParser() = default;
|
||||
|
||||
void initialize(PostProcessorSystem *postProcessSystem);
|
||||
ServerSettings* getClientSettings();
|
||||
void xmlParser(const QByteArray& array);
|
||||
|
||||
signals:
|
||||
void sigNotify(QString notify);
|
||||
void sigUpdateFilesOnServer(QList<FileData> *fileSendList);
|
||||
|
||||
private:
|
||||
PostProcessorSystem *postProcessSystem;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user