| 183 | } |
| 184 | |
| 185 | bool WorksheetElement::isVisible() const { |
| 186 | Q_D(const WorksheetElement); |
| 187 | return d->isVisible(); |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | This does exactly what Qt internally does to creates a shape from a painter path. |
no outgoing calls
no test coverage detected