This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-zigbee/zigbee-cli/terminalcommand.h
2017-12-04 23:03:29 +01:00

17 lines
248 B
C++

#ifndef TERMINALCOMMAND_H
#define TERMINALCOMMAND_H
#include <QObject>
class TerminalCommand : public QObject
{
Q_OBJECT
public:
explicit TerminalCommand(QObject *parent = nullptr);
signals:
public slots:
};
#endif // TERMINALCOMMAND_H