diff --git a/commandpanel.h b/commandpanel.h --- a/commandpanel.h +++ b/commandpanel.h @@ -22,6 +22,7 @@ #include #include +#include #include "commandwidget.h" @@ -43,7 +44,7 @@ private: private slots: void newCommand(); - void sendCommand(QString command, bool ascii); + void sendCommand(QByteArray command); }; #endif // COMMANDPANEL_H