debug should be hooked up to the debug method
svn path=/trunk/KDE/kdebase/runtime/; revision=1083607
This commit is contained in:
parent
52eacdf240
commit
de26219d43
@ -43,7 +43,7 @@ ScriptEnv::ScriptEnv(QObject *parent)
|
||||
{
|
||||
QScriptValue global = globalObject();
|
||||
global.setProperty("print", newFunction(ScriptEnv::print));
|
||||
global.setProperty("debug", newFunction(ScriptEnv::print));
|
||||
global.setProperty("debug", newFunction(ScriptEnv::debug));
|
||||
}
|
||||
|
||||
ScriptEnv::~ScriptEnv()
|
||||
|
Loading…
Reference in New Issue
Block a user