diff --git a/plugins/remotecommands/remotecommandsplugin.h b/plugins/remotecommands/remotecommandsplugin.h index 5abac125b60749af267b944f160221a0b8b08d60..fe5f2da60ed26d5785220400b2194cd6ae87bd9e 100644 --- a/plugins/remotecommands/remotecommandsplugin.h +++ b/plugins/remotecommands/remotecommandsplugin.h @@ -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);