Files
frelay/Console/Console.h
2025-06-20 17:21:58 +08:00

16 lines
236 B
C++

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