Group methods are now updated when devices are added/removed, when a group has been edited. Note: Group methods will not be updated if a child device has its type changed or if a child group has its methods changed.
This commit is contained in:
parent
8aeebf4de5
commit
a69f11df8f
4 changed files with 6 additions and 3 deletions
|
@ -27,7 +27,7 @@ QScriptValue ScriptFunctionWrapper::call() {
|
|||
}
|
||||
|
||||
QScriptValue ScriptFunctionWrapper::callWith(const QScriptValue &val) {
|
||||
qDebug() << "Call called" << d->name;
|
||||
//qDebug() << "Call called" << d->name;
|
||||
QScriptEngine *eng = val.engine();
|
||||
if (!eng) {
|
||||
qDebug() << "We cannot access the script-engine, fail!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue