Fix typo resulting in compile error
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1086500
This commit is contained in:
parent
01852fb8e2
commit
80fbd1e023
@ -570,7 +570,7 @@ void SimpleJavaScriptApplet::setupObjects()
|
||||
fun = m_engine->newFunction(SimpleJavaScriptApplet::print);
|
||||
global.setProperty("print", fun);
|
||||
fun = m_engine->newFunction(SimpleJavaScriptApplet::debug);
|
||||
global.setProperty("print", debug);
|
||||
global.setProperty("debug", fun);
|
||||
|
||||
// Work around bug in 4.3.0
|
||||
qMetaTypeId<QVariant>();
|
||||
|
Loading…
Reference in New Issue
Block a user