#ifndef DATASIMULATION_H #define DATASIMULATION_H #include #include typedef struct DataSimulation_t { int stb; int mla; bool rxTesterMode; bool simulationTest; bool oneshot; bool autoIncrement; QString simulationFolder; } DataSimulation_t; Q_DECLARE_METATYPE(DataSimulation_t); #endif //DATASIMULATION_H