mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#10367 Janitor: Remove unneccessary 'this' pointers
This commit is contained in:
@@ -47,7 +47,7 @@ void RiuQwtLegendOverlayContentFrame::setLegend( QwtLegend* legend )
|
||||
void RiuQwtLegendOverlayContentFrame::renderTo( QPainter* painter, const QRect& targetRect )
|
||||
{
|
||||
painter->save();
|
||||
painter->translate( targetRect.topLeft() + QPoint( this->contentsMargins().left(), this->contentsMargins().top() ) );
|
||||
painter->translate( targetRect.topLeft() + QPoint( contentsMargins().left(), contentsMargins().top() ) );
|
||||
|
||||
QRegion sourceRegion = visibleRegion();
|
||||
render( painter, QPoint(), sourceRegion );
|
||||
|
||||
Reference in New Issue
Block a user