! adds a new Datapicker to the project. */
| 1972 | adds a new Datapicker to the project. |
| 1973 | */ |
| 1974 | void MainWin::newDatapicker() { |
| 1975 | auto* datapicker = new Datapicker(i18n("Data Extractor")); |
| 1976 | this->addAspectToProject(datapicker); |
| 1977 | } |
| 1978 | |
| 1979 | /*! |
| 1980 | adds a new Spreadsheet to the project. |
nothing calls this directly
no test coverage detected