----------------------------------------------------------------------------
| 715 | |
| 716 | //---------------------------------------------------------------------------- |
| 717 | void ctkPythonConsole::executeCommand(const QString& command) |
| 718 | { |
| 719 | Q_D(ctkPythonConsole); |
| 720 | d->MultilineStatement = d->push(command); |
| 721 | } |
| 722 | |
| 723 | //---------------------------------------------------------------------------- |
| 724 | void ctkPythonConsole::executeString(const QString& commands) |