diff --git a/plugins/remotecommands/remotecommandsplugin.h b/plugins/remotecommands/remotecommandsplugin.h index 4a4f475c9..fc89e46fb 100644 --- a/plugins/remotecommands/remotecommandsplugin.h +++ b/plugins/remotecommands/remotecommandsplugin.h @@ -51,7 +51,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);