| 43 | } |
| 44 | |
| 45 | void FindPlugin::switchToSearch() |
| 46 | { |
| 47 | windowService->raiseMode(CM_EDIT); |
| 48 | windowService->showWidgetAtPosition(MWNA_ADVANCEDSEARCH, Position::Left, true); |
| 49 | } |
| 50 | |
| 51 | void FindPlugin::registerShortcut() |
| 52 | { |
nothing calls this directly
no test coverage detected