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

Method startRecording

src/MacroManager.cpp:43–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void MacroManager::startRecording(ScintillaNext *editor)
44{
45 qInfo(Q_FUNC_INFO);
46 Q_ASSERT(_isRecording == false);
47
48 _isRecording = true;
49
50 recorder.startRecording(editor);
51
52 emit recordingStarted();
53}
54
55void MacroManager::stopRecording()
56{

Callers 1

MainWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected