| 6343 | } |
| 6344 | |
| 6345 | bool |
| 6346 | KnobHolder::getHasAnimation() const |
| 6347 | { |
| 6348 | QMutexLocker k(&_imp->hasAnimationMutex); |
| 6349 | |
| 6350 | return _imp->hasAnimation; |
| 6351 | } |
| 6352 | |
| 6353 | void |
| 6354 | KnobHolder::setHasAnimation(bool hasAnimation) |
no outgoing calls
no test coverage detected