#ifndef MSG_H #define MSG_H #include <QString> class Msg { public: QString ID; QString MSG; }; #endif // MSG_H