! adds a new Workbook to the project. */
| 1964 | adds a new Workbook to the project. |
| 1965 | */ |
| 1966 | void MainWin::newWorkbook() { |
| 1967 | auto* workbook = new Workbook(i18n("Workbook")); |
| 1968 | this->addAspectToProject(workbook); |
| 1969 | } |
| 1970 | |
| 1971 | /*! |
| 1972 | adds a new Datapicker to the project. |
nothing calls this directly
no test coverage detected