#ifndef COMMAND_H #define COMMAND_H #include class Command { public: Command(); QString GetCommand(QString command); }; #endif // COMMAND_H