| 164 | } |
| 165 | |
| 166 | List<Drawable> Item::dropDrawables() const { |
| 167 | auto drawables = iconDrawables(); |
| 168 | Drawable::scaleAll(drawables, 1.0f / TilePixels); |
| 169 | return drawables; |
| 170 | } |
| 171 | |
| 172 | bool Item::twoHanded() const { |
| 173 | return m_twoHanded; |
no outgoing calls
no test coverage detected