! * \brief IPProcessStep::boundingRect * \return */
| 84 | * \return |
| 85 | */ |
| 86 | QRectF IPProcessStep::boundingRect() const |
| 87 | { |
| 88 | /// @todo add real bounding rect to prevent false clipping! |
| 89 | return QRectF(7,7,50,50); |
| 90 | } |
| 91 | |
| 92 | /*! |
| 93 | * \brief IPProcessStep::paint |
no outgoing calls
no test coverage detected