| 724 | a->isChecked()); |
| 725 | } |
| 726 | void |
| 727 | Gist::selectBookmark(QAction* a) { |
| 728 | int idx = bookmarksGroup->actions().indexOf(a); |
| 729 | canvas->setCurrentNode(canvas->bookmarks[idx]); |
| 730 | canvas->centerCurrentNode(); |
| 731 | } |
| 732 | |
| 733 | void |
| 734 | Gist::addBookmark(const QString& id) { |
nothing calls this directly
no test coverage detected