| 2107 | } |
| 2108 | |
| 2109 | bool |
| 2110 | AppInstance::isCreatingPythonGroup() const |
| 2111 | { |
| 2112 | QMutexLocker k(&_imp->creatingGroupMutex); |
| 2113 | |
| 2114 | return _imp->_creatingGroup; |
| 2115 | } |
| 2116 | |
| 2117 | void |
| 2118 | AppInstance::appendToScriptEditor(const std::string& str) |
no outgoing calls
no test coverage detected