| 1714 | |
| 1715 | |
| 1716 | bool |
| 1717 | Node::duringInputChangedAction() const |
| 1718 | { |
| 1719 | assert( QThread::currentThread() == qApp->thread() ); |
| 1720 | |
| 1721 | return _imp->inputModifiedRecursion > 0; |
| 1722 | } |
| 1723 | |
| 1724 | |
| 1725 | bool |
no outgoing calls
no test coverage detected