| 62 | } |
| 63 | |
| 64 | void FloatIcon::SwitchToSelectedState() { |
| 65 | is_selected_ = true; |
| 66 | repaint(); |
| 67 | } |
| 68 | |
| 69 | void FloatIcon::SetIcons(const QString& normal_path, const QString& selected_path) { |
| 70 | auto icon_size = QSize(this->width()-10, this->height()-10); |
no outgoing calls
no test coverage detected