MCPcopy Create free account
hub / github.com/cloose/CuteMarkEd / createAction

Method createAction

app-static/htmlpreviewcontroller.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58QAction *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
65void HtmlPreviewController::registerActionsWithView()
66{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected