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

@@ -1,6 +1,6 @@
#include "postprocessorsystem.h"
PostProcessorSystem::PostProcessorSystem() {}
PostProcessorSystem::PostProcessorSystem(QObject *parent) : QObject(parent){}
void PostProcessorSystem::initialize(DataParserOutput *dataParserOutput,
HashComparer *hashComparer,