| 811 | } |
| 812 | |
| 813 | void BrowserWindow::processDescriptionField(NetworkResourceTreeTO const& treeTO) |
| 814 | { |
| 815 | if (treeTO->isLeaf()) { |
| 816 | auto& leaf = treeTO->getLeaf(); |
| 817 | processShortenedText(leaf.rawTO->description); |
| 818 | } |
| 819 | } |
| 820 | |
| 821 | void BrowserWindow::processReactionList(NetworkResourceTreeTO const& treeTO) |
| 822 | { |