! this is called on a right click on a non-root folder in the project explorer */
| 2272 | this is called on a right click on a non-root folder in the project explorer |
| 2273 | */ |
| 2274 | void MainWin::createFolderContextMenu(const Folder*, QMenu* menu) const { |
| 2275 | // Folder provides it's own context menu. Add a separator before adding additional actions. |
| 2276 | menu->addSeparator(); |
| 2277 | this->createContextMenu(menu); |
| 2278 | } |
| 2279 | |
| 2280 | void MainWin::undo() { |
| 2281 | WAIT_CURSOR; |
nothing calls this directly
no test coverage detected