MCPcopy Create free account
hub / github.com/TeXworks/texworks / disarmTool

Method disarmTool

modules/QtPDF/src/PDFDocumentView.cpp:1626–1632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1624}
1625
1626void PDFDocumentView::disarmTool()
1627{
1628 if (!_armedTool)
1629 return;
1630 _armedTool->disarm();
1631 _armedTool = nullptr;
1632}
1633
1634void PDFDocumentView::showRuler(const bool show)
1635{

Callers 1

contextMenuEventMethod · 0.80

Calls 1

disarmMethod · 0.45

Tested by

no test coverage detected