mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-07-11 23:58:20 +00:00
Porting to RapidJson
This commit is contained in:
parent
f805d596dc
commit
d634d95c45
67 changed files with 494 additions and 588 deletions
|
@ -9,7 +9,7 @@ public:
|
|||
static MqttCommand *Create(QObject *parent = nullptr);
|
||||
static QString StaticGetCommand() { return "Open";};
|
||||
QString GetCommand() override { return StaticGetCommand(); };
|
||||
bool processMessage(QJsonDocument) override;
|
||||
bool processMessage(rapidjson::Document &) override;
|
||||
private:
|
||||
MqttCommand_Open(QObject *parent = nullptr);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue