| 8762 | } |
| 8763 | |
| 8764 | bool |
| 8765 | Node::hasPyPlugBeenEdited() const |
| 8766 | { |
| 8767 | QMutexLocker k(&_imp->pyPluginInfoMutex); |
| 8768 | |
| 8769 | return !_imp->pyPlugInfo.isPyPlug || _imp->pyPlugInfo.pluginPythonModule.empty(); |
| 8770 | } |
| 8771 | |
| 8772 | void |
| 8773 | Node::setPyPlugEdited(bool edited) |
no test coverage detected