Close the current project but keep the window
| 2278 | |
| 2279 | ///Close the current project but keep the window |
| 2280 | bool |
| 2281 | AppInstance::resetProject() |
| 2282 | { |
| 2283 | getProject()->reset(false /*aboutToQuit*/, true /*blocking*/); |
| 2284 | |
| 2285 | return true; |
| 2286 | } |
| 2287 | |
| 2288 | ///Reset + close window, quit if last window |
| 2289 | bool |