MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / cut

Method cut

src/widgets/WizCodeEditorDialog.cpp:164–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool WizCodeEditorDialog::cut()
165{
166 if (!g_instance)
167 return false;
168 if (QApplication::activeWindow() != g_instance)
169 return false;
170
171 g_instance->m_codeBrowser->page()->triggerAction(QWebEnginePage::Cut);
172 //
173 return true;
174}
175
176bool WizCodeEditorDialog::paste()
177{

Callers

nothing calls this directly

Calls 1

triggerActionMethod · 0.45

Tested by

no test coverage detected