| 2026 | } |
| 2027 | |
| 2028 | void |
| 2029 | AppInstance::aboutToQuit() |
| 2030 | { |
| 2031 | ///Clear nodes now, not in the destructor of the project as |
| 2032 | ///deleting nodes might reference the project. |
| 2033 | _imp->_currentProject->reset(true /*aboutToQuit*/, /*blocking*/true); |
| 2034 | } |
| 2035 | |
| 2036 | void |
| 2037 | AppInstance::quit() |
no test coverage detected