| 247 | } |
| 248 | |
| 249 | void |
| 250 | Node::setWhileCreatingPaintStroke(bool creating) |
| 251 | { |
| 252 | QMutexLocker k(&_imp->lastStrokeMovementMutex); |
| 253 | |
| 254 | _imp->duringPaintStrokeCreation = creating; |
| 255 | } |
| 256 | |
| 257 | bool |
| 258 | Node::isDuringPaintStrokeCreation() const |
no outgoing calls
no test coverage detected