| 22 | } |
| 23 | |
| 24 | void SvgButton::setIconPath(const QString& icon_path) { |
| 25 | icon_path_ = icon_path; |
| 26 | reloadIcon(); |
| 27 | } |
| 28 | |
| 29 | void SvgButton::setSize(Size size) { |
| 30 | const int extent = size == Size::kSmaller ? kSmallerExtent : kDefaultExtent; |
no outgoing calls