| 217 | } |
| 218 | |
| 219 | ItemDescriptor ContainerObject::iconItem() const { |
| 220 | if (configValue("hasWindowIcon", true).toBool()) |
| 221 | return ItemDescriptor(name(), 1); |
| 222 | return {}; |
| 223 | } |
| 224 | |
| 225 | ItemBagConstPtr ContainerObject::itemBag() const { |
| 226 | return m_items; |
no test coverage detected