| 171 | } |
| 172 | |
| 173 | void MainWindowPrivate::viewAddNewToolView() |
| 174 | { |
| 175 | Core::self()->uiControllerInternal()->selectNewToolViewToAdd(m_mainWindow); |
| 176 | } |
| 177 | |
| 178 | void MainWindowPrivate::quitAll() |
| 179 | { |
nothing calls this directly
no test coverage detected