| 146 | } |
| 147 | |
| 148 | [[nodiscard]] ObjectTopicId topicFromRowId(qint64 id) { |
| 149 | ObjectTopicId topic_id; |
| 150 | topic_id.id = static_cast<uint32_t>(id); |
| 151 | return topic_id; |
| 152 | } |
| 153 | |
| 154 | [[nodiscard]] LayerRow rowFromLayerInfo(const SceneLayerInfo& info) { |
| 155 | return LayerRow{ |
no outgoing calls
no test coverage detected