restore loadScriptInInteractiveConsole()
This commit is contained in:
parent
f8d254ed16
commit
bf181c0b4d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user