| 690 | } |
| 691 | |
| 692 | void |
| 693 | Gist::inspectBeforeFPWithAction(QAction* a) { |
| 694 | canvas->inspectCurrentNode(false, |
| 695 | inspectBeforeFPGroup->actions().indexOf(a)); |
| 696 | } |
| 697 | |
| 698 | bool |
| 699 | Gist::finish(void) { |
nothing calls this directly
no test coverage detected