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