| 1947 | } |
| 1948 | |
| 1949 | void |
| 1950 | Project::resetProject() |
| 1951 | { |
| 1952 | reset(false, true); |
| 1953 | if ( !getApp()->isBackground() ) { |
| 1954 | createViewer(); |
| 1955 | } |
| 1956 | } |
| 1957 | |
| 1958 | class ResetWatcherArgs |
| 1959 | : public GenericWatcherCallerArgs |
no test coverage detected