console: add basic code.

This commit is contained in:
2025-06-20 17:21:58 +08:00
parent 6aea5f6614
commit 61aee68800
6 changed files with 98 additions and 5 deletions

View File

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