Close the current project but keep the window
| 2259 | |
| 2260 | ///Close the current project but keep the window |
| 2261 | bool |
| 2262 | AppInstance::resetProject() |
| 2263 | { |
| 2264 | getProject()->reset(false /*aboutToQuit*/, true /*blocking*/); |
| 2265 | |
| 2266 | return true; |
| 2267 | } |
| 2268 | |
| 2269 | ///Reset + close window, quit if last window |
| 2270 | bool |