| 91 | } |
| 92 | |
| 93 | void ProjectDock::saveCalculationsChanged(bool state) { |
| 94 | CONDITIONAL_LOCK_RETURN; |
| 95 | m_project->setSaveCalculations(state); |
| 96 | } |
| 97 | |
| 98 | //************************************************************* |
| 99 | //******** SLOTs for changes triggered in Project *********** |
nothing calls this directly
no test coverage detected