| 685 | } |
| 686 | |
| 687 | void |
| 688 | Gist::inspectWithAction(QAction* a) { |
| 689 | canvas->inspectCurrentNode(true,inspectGroup->actions().indexOf(a)); |
| 690 | } |
| 691 | |
| 692 | void |
| 693 | Gist::inspectBeforeFPWithAction(QAction* a) { |
nothing calls this directly
no test coverage detected