console: add basic code.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user