#ifndef IRDA_DATA_H #define IRDA_DATA_H #include typedef struct IRDAData { QString Device; QString LockFile; long Speed; short Parity; short DataBits; short StopBits; bool HardwareControl; bool SoftwareControl; } IRDAData_t; #endif