Merge PR #391: Allow calling ScriptAction::execute() without parameters
This commit is contained in:
commit
832a0de9bd
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user