! adds a new Worksheet to the project. */
| 2016 | adds a new Worksheet to the project. |
| 2017 | */ |
| 2018 | void MainWin::newWorksheet() { |
| 2019 | auto* worksheet = new Worksheet(i18n("Worksheet")); |
| 2020 | this->addAspectToProject(worksheet); |
| 2021 | } |
| 2022 | |
| 2023 | /*! |
| 2024 | adds a new Note to the project. |
nothing calls this directly
no test coverage detected