| 2014 | } |
| 2015 | |
| 2016 | void |
| 2017 | AppInstance::clearAllLastRenderedImages() |
| 2018 | { |
| 2019 | NodesList activeNodes; |
| 2020 | |
| 2021 | _imp->_currentProject->getNodes_recursive(activeNodes, false); |
| 2022 | |
| 2023 | for (NodesList::iterator it = activeNodes.begin(); it != activeNodes.end(); ++it) { |
| 2024 | (*it)->clearLastRenderedImage(); |
| 2025 | } |
| 2026 | } |
| 2027 | |
| 2028 | void |
| 2029 | AppInstance::aboutToQuit() |
no test coverage detected