| 4635 | } |
| 4636 | |
| 4637 | bool |
| 4638 | Node::hasPyPlugBeenEdited() const |
| 4639 | { |
| 4640 | QMutexLocker k(&_imp->pyPluginInfoMutex); |
| 4641 | |
| 4642 | return !_imp->pyPlugInfo.isPyPlug || _imp->pyPlugInfo.pluginPythonModule.empty(); |
| 4643 | } |
| 4644 | |
| 4645 | void |
| 4646 | Node::setPyPlugEdited(bool edited) |
no test coverage detected