#ifndef FRELAY_CONSOLE_H #define FRELAY_CONSOLE_H #include class RelayConsole : public QObject { Q_OBJECT public: RelayConsole(QObject* parent = nullptr); ~RelayConsole() override; }; #endif // FRELAY_CONSOLE_H