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

Method undo

src/widgets/WizCodeEditorDialog.cpp:140–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140bool WizCodeEditorDialog::undo()
141{
142 if (!g_instance)
143 return false;
144 if (QApplication::activeWindow() != g_instance)
145 return false;
146
147 g_instance->m_codeBrowser->page()->triggerAction(QWebEnginePage::Undo);
148 //
149 return true;
150}
151
152bool WizCodeEditorDialog::copy()
153{

Callers 7

LeFunction · 0.45
tFunction · 0.45
wizEditorForMac.jsFile · 0.45
sFunction · 0.45
WizSvgPainter.jsFile · 0.45
codemirror.jsFile · 0.45

Calls 1

triggerActionMethod · 0.45

Tested by

no test coverage detected