| 552 | } |
| 553 | |
| 554 | void |
| 555 | Node::refreshAcceptedBitDepths() |
| 556 | { |
| 557 | assert( QThread::currentThread() == qApp->thread() ); |
| 558 | _imp->effect->addSupportedBitDepth(&_imp->supportedDepths); |
| 559 | } |
| 560 | |
| 561 | bool |
| 562 | Node::isNodeCreated() const |
no test coverage detected