mirror of https://github.com/nymea/nymea.git
Allow calling ScriptAction::execute() without parameters
parent
493b211eec
commit
e3bba0534e
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include <QObject>
|
||||
#include <QQmlParserStatus>
|
||||
#include <QVariantMap>
|
||||
|
||||
class ThingManager;
|
||||
|
||||
|
|
@ -65,7 +66,7 @@ public:
|
|||
void setActionName(const QString &actionName);
|
||||
|
||||
public slots:
|
||||
void execute(const QVariantMap ¶ms);
|
||||
void execute(const QVariantMap ¶ms = QVariantMap());
|
||||
|
||||
signals:
|
||||
void thingIdChanged();
|
||||
|
|
|
|||
Loading…
Reference in New Issue