MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / keyRelease

Method keyRelease

src/tools/cut_tool.cpp:277–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276
277bool CutTool::keyRelease(QKeyEvent* event)
278{
279 if (path_tool)
280 return path_tool->keyReleaseEvent(event);
281
282 return false;
283}
284
285
286

Callers

nothing calls this directly

Calls 1

keyReleaseEventMethod · 0.45

Tested by

no test coverage detected