----------------------------------------------------------------------------
| 722 | |
| 723 | //---------------------------------------------------------------------------- |
| 724 | void ctkPythonConsole::executeString(const QString& commands) |
| 725 | { |
| 726 | Q_D(ctkPythonConsole); |
| 727 | d->PythonManager->executeString(commands); |
| 728 | } |
| 729 | |
| 730 | //---------------------------------------------------------------------------- |
| 731 | void ctkPythonConsole::reset() |