| 73 | } |
| 74 | |
| 75 | void setupBookmarkEntry(WidgetPtr const& entry, TeleportBookmark const& bookmark) { |
| 76 | entry->fetchChild<LabelWidget>("name")->setText(bookmark.bookmarkName); |
| 77 | entry->fetchChild<LabelWidget>("planetName")->setText(bookmark.targetName); |
| 78 | entry->fetchChild<ImageWidget>("icon")->setImage(strf("/interface/bookmarks/icons/{}.png", bookmark.icon)); |
| 79 | } |
| 80 | |
| 81 | } |
no test coverage detected