restore loadScriptInInteractiveConsole()

This commit is contained in:
Marco Martin 2014-02-26 13:17:50 +01:00
parent f8d254ed16
commit bf181c0b4d

View File

@ -498,7 +498,10 @@ void ShellCorona::showInteractiveConsole()
void ShellCorona::loadScriptInInteractiveConsole(const QString &script)
{
showInteractiveConsole();
if (d->console) {
d->console.data()->loadScript(script);
}
}
void ShellCorona::checkActivities()