* \fn QGraphicsItem *WorksheetElement::graphicsItem() const * \brief Return the graphics item representing this element. * */
| 82 | * |
| 83 | */ |
| 84 | QGraphicsItem* WorksheetElement::graphicsItem() const { |
| 85 | return d_ptr; |
| 86 | } |
| 87 | |
| 88 | /*! |
| 89 | * \brief WorksheetElement::setParentGraphicsItem |
no outgoing calls
no test coverage detected