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