| 1818 | } |
| 1819 | |
| 1820 | void |
| 1821 | Project::resetProject() |
| 1822 | { |
| 1823 | reset(false, true); |
| 1824 | if ( !getApp()->isBackground() ) { |
| 1825 | createViewer(); |
| 1826 | } |
| 1827 | } |
| 1828 | |
| 1829 | class ResetWatcherArgs |
| 1830 | : public GenericWatcherCallerArgs |
no test coverage detected