mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
22 lines
240 B
C++
22 lines
240 B
C++
#ifndef DATAPARSER_H
|
|
#define DATAPARSER_H
|
|
|
|
#include <QString>
|
|
#include <QFile>
|
|
#include <QXmlStreamWriter>
|
|
#include <QDebug>
|
|
|
|
#include "tools.h"
|
|
#include "Datas.h"
|
|
|
|
|
|
|
|
class DataParser
|
|
{
|
|
public:
|
|
DataParser();
|
|
|
|
};
|
|
|
|
#endif // DATAPARSER_H
|