typo
This commit is contained in:
parent
da4e133c6d
commit
cafb39f1ba
@ -471,7 +471,7 @@ void DeclarativeAppletScript::setupObjects()
|
|||||||
global.setProperty("loadui", fun);
|
global.setProperty("loadui", fun);
|
||||||
|
|
||||||
ScriptEnv::registerEnums(global, AppletInterface::staticMetaObject);
|
ScriptEnv::registerEnums(global, AppletInterface::staticMetaObject);
|
||||||
//Make enum values accessible also as plasmoid.Planer etc
|
//Make enum values accessible also as plasmoid.Planar etc
|
||||||
ScriptEnv::registerEnums(m_self, AppletInterface::staticMetaObject);
|
ScriptEnv::registerEnums(m_self, AppletInterface::staticMetaObject);
|
||||||
|
|
||||||
global.setProperty("dataEngine", m_engine->newFunction(DeclarativeAppletScript::dataEngine));
|
global.setProperty("dataEngine", m_engine->newFunction(DeclarativeAppletScript::dataEngine));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user