| 237 | } |
| 238 | |
| 239 | bool |
| 240 | AppInstance::isCreatingNodeTree() const |
| 241 | { |
| 242 | QMutexLocker k(&_imp->creatingGroupMutex); |
| 243 | |
| 244 | return _imp->_creatingTree; |
| 245 | } |
| 246 | |
| 247 | void |
| 248 | AppInstance::setIsCreatingNodeTree(bool b) |
no outgoing calls
no test coverage detected