| 898 | } |
| 899 | |
| 900 | void ThemedLabel::setThemedPixmap(const QString& image_filename, int width, int height) |
| 901 | { |
| 902 | m_image_filename = image_filename; |
| 903 | m_pixmap_width = width; |
| 904 | m_pixmap_height = height; |
| 905 | updateThemedPixmap(); |
| 906 | } |
| 907 | |
| 908 | void ThemedLabel::changeEvent(QEvent* e) |
| 909 | { |
no outgoing calls
no test coverage detected