| 215 | } |
| 216 | |
| 217 | void ItemGridWidget::indicateChangedSlots() { |
| 218 | for (auto i : m_changedSlots) |
| 219 | m_slots[i]->indicateNew(); |
| 220 | } |
| 221 | |
| 222 | void ItemGridWidget::setHighlightEmpty(bool highlight) { |
| 223 | m_highlightEmpty = highlight; |
no test coverage detected