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:
Stefan Persson 2011-03-02 08:42:40 +00:00
parent 8aeebf4de5
commit a69f11df8f
4 changed files with 6 additions and 3 deletions

View file

@ -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!";