-----------------------------------------------------------------------------
| 197 | |
| 198 | //----------------------------------------------------------------------------- |
| 199 | void ctkAbstractPythonManager::resetErrorFlag() |
| 200 | { |
| 201 | if (!PythonQt::self()) |
| 202 | { |
| 203 | qWarning() << Q_FUNC_INFO << " failed: PythonQt is not initialized"; |
| 204 | return; |
| 205 | } |
| 206 | PythonQt::self()->clearError(); |
| 207 | } |
| 208 | |
| 209 | //----------------------------------------------------------------------------- |
| 210 | QStringList ctkAbstractPythonManager::pythonPaths() |
no outgoing calls