| 2091 | } |
| 2092 | |
| 2093 | bool |
| 2094 | AppInstance::isCreatingPythonGroup() const |
| 2095 | { |
| 2096 | QMutexLocker k(&_imp->creatingGroupMutex); |
| 2097 | |
| 2098 | return _imp->_creatingGroup; |
| 2099 | } |
| 2100 | |
| 2101 | void |
| 2102 | AppInstance::appendToScriptEditor(const std::string& str) |
no outgoing calls
no test coverage detected