MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / stopRecording

Method stopRecording

src/MacroRecorder.cpp:43–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43Macro *MacroRecorder::stopRecording()
44{
45 disconnect(editor, &ScintillaNext::macroRecord, this, &MacroRecorder::recordMacroStep);
46
47 editor->stopRecord();
48
49 Macro *m = macro;
50 macro = Q_NULLPTR;
51 return m;
52}
53
54void MacroRecorder::recordMacroStep(Message message, uptr_t wParam, sptr_t lParam)
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected