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:
parent
8d16d05c8a
commit
2a75eca869
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue