| 56 | } |
| 57 | |
| 58 | QAction *HtmlPreviewController::createAction(const QString &text, const QKeySequence &shortcut) |
| 59 | { |
| 60 | QAction *action = new QAction(text, this); |
| 61 | action->setShortcut(shortcut); |
| 62 | return action; |
| 63 | } |
| 64 | |
| 65 | void HtmlPreviewController::registerActionsWithView() |
| 66 | { |
nothing calls this directly
no outgoing calls
no test coverage detected