#ifndef COMMANDDECODERTEST_H #define COMMANDDECODERTEST_H #include #include "CommandsType.h" class CommandDecoderTest : public QObject { Q_OBJECT private: QList handiResult(); public: CommandDecoderTest(); ~CommandDecoderTest(); //uncrustify off private slots: //uncrustify on void testDecoder(); }; #endif //COMMANDDECODERTEST_H