Reload remote commands model when commands change

Most of that was already in place, just one signal wasn't wired correctly.
This commit is contained in:
Nicolas Fella 2020-08-22 00:50:05 +02:00
parent 8d16d05c8a
commit 2a75eca869

View file

@ -37,7 +37,7 @@ public:
QString dbusPath() const override;
Q_SIGNALS:
void commandsChanged(const QByteArray& commands);
Q_SCRIPTABLE void commandsChanged(const QByteArray& commands);
private:
void setCommands(const QByteArray& commands);