----------------------------------------------------------------------------
| 709 | |
| 710 | //---------------------------------------------------------------------------- |
| 711 | void ctkPythonConsole::setPs2(const QString& newPs2) |
| 712 | { |
| 713 | PySys_SetObject(const_cast<char*>("ps2"), PyString_FromString(newPs2.toLatin1().data())); |
| 714 | } |
| 715 | |
| 716 | //---------------------------------------------------------------------------- |
| 717 | void ctkPythonConsole::executeCommand(const QString& command) |
no test coverage detected