! adds a new Folder to the project. */
| 1956 | adds a new Folder to the project. |
| 1957 | */ |
| 1958 | void MainWin::newFolder() { |
| 1959 | Folder* folder = new Folder(i18n("Folder")); |
| 1960 | this->addAspectToProject(folder); |
| 1961 | } |
| 1962 | |
| 1963 | /*! |
| 1964 | adds a new Workbook to the project. |
nothing calls this directly
no test coverage detected