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

Method simulateClick

test/tools_t.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void TestMapEditor::simulateClick(const QPoint& pos)
136{
137 QTest::mouseClick(map_widget, Qt::LeftButton, {}, pos);
138}
139
140void TestMapEditor::simulateClick(const QPointF& pos)
141{

Callers 1

editToolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected