mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-tidy
This commit is contained in:
@@ -28,7 +28,7 @@ class RiuAbstractOverlayContentFrame : public QFrame
|
||||
Q_OBJECT
|
||||
public:
|
||||
RiuAbstractOverlayContentFrame( QWidget* parent = nullptr );
|
||||
~RiuAbstractOverlayContentFrame();
|
||||
~RiuAbstractOverlayContentFrame() override;
|
||||
|
||||
virtual void renderTo( QPainter* painter, const QRect& targetRect ) = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user