| 166 | } |
| 167 | |
| 168 | void MainWindowPrivate::fileNew() |
| 169 | { |
| 170 | Core::self()->documentControllerInternal()->openDocument(DocumentController::nextEmptyDocumentUrl()); |
| 171 | } |
| 172 | |
| 173 | void MainWindowPrivate::viewAddNewToolView() |
| 174 | { |
no test coverage detected