fix build
This commit is contained in:
parent
925e330807
commit
5ec3f33717
@ -389,7 +389,7 @@ void DeclarativeAppletScript::executeAction(const QString &name)
|
||||
}
|
||||
|
||||
if (m_declarativeWidget->rootObject()) {
|
||||
m_declarativeWidget->rootObject()->metaObject()->invokeMethod("action_" + name);
|
||||
QMetaObject::invokeMethod(m_declarativeWidget->rootObject(), QString("action_" + name).toLatin1(), Qt::DirectConnection);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user