| 67 | } |
| 68 | |
| 69 | void StandardEditorCommandHandler::fileManager( |
| 70 | const FilePath& fp) const noexcept { |
| 71 | DesktopServices ds(mSettings); |
| 72 | ds.openLocalPath(fp); |
| 73 | } |
| 74 | |
| 75 | void StandardEditorCommandHandler::shortcutsReference() const noexcept { |
| 76 | try { |
no test coverage detected