mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
14 lines
173 B
C++
14 lines
173 B
C++
#ifndef DATAPARSEROUPUT_H
|
|
#define DATAPARSEROUPUT_H
|
|
|
|
#include <QObject>
|
|
|
|
class dataParserOuput
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
dataParserOuput();
|
|
};
|
|
|
|
#endif // DATAPARSEROUPUT_H
|