#ifndef MACHCODE_H #define MACHCODE_H #include class MachCode { public: MachCode(); QString getCode(); }; #endif // MACHCODE_H