ref: draft

This commit is contained in:
semenov
2025-08-11 16:37:12 +03:00
parent 0ba99d6149
commit c993e12b84
37 changed files with 717 additions and 612 deletions

13
Core/dataparserouput.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef DATAPARSEROUPUT_H
#define DATAPARSEROUPUT_H
#include <QObject>
class dataParserOuput
{
Q_OBJECT
public:
dataParserOuput();
};
#endif // DATAPARSEROUPUT_H