| 2124 | if (label) label->setFont(f); |
| 2125 | } |
| 2126 | void NetHackQtLabelledIcon::show() |
| 2127 | { |
| 2128 | #if QT_VERSION >= 300 |
| 2129 | if (isHidden()) |
| 2130 | #else |
| 2131 | if (!isVisible()) |
| 2132 | #endif |
| 2133 | highlight(hl_bad); |
| 2134 | QWidget::show(); |
| 2135 | } |
| 2136 | void NetHackQtLabelledIcon::highlightWhenChanging() |
| 2137 | { |
| 2138 | turn_count=0; |
no outgoing calls
no test coverage detected