| 133 | } |
| 134 | |
| 135 | void NetHackQtLabelledIcon::setFont(const QFont& f) |
| 136 | { |
| 137 | QWidget::setFont(f); |
| 138 | if (label) label->setFont(f); |
| 139 | } |
| 140 | |
| 141 | // used to highlight status conditions going from Off (blank) to On as "Worse" |
| 142 | void NetHackQtLabelledIcon::show() |
no outgoing calls
no test coverage detected