| 2119 | icon->resize(i.width(),i.height()); |
| 2120 | } |
| 2121 | void NetHackQtLabelledIcon::setFont(const QFont& f) |
| 2122 | { |
| 2123 | QWidget::setFont(f); |
| 2124 | if (label) label->setFont(f); |
| 2125 | } |
| 2126 | void NetHackQtLabelledIcon::show() |
| 2127 | { |
| 2128 | #if QT_VERSION >= 300 |
no outgoing calls
no test coverage detected