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:
@@ -62,7 +62,7 @@ public:
|
||||
|
||||
public:
|
||||
RimPlot();
|
||||
virtual ~RimPlot();
|
||||
~RimPlot() override;
|
||||
|
||||
QWidget* createPlotWidget( QWidget* parent = nullptr );
|
||||
RowOrColSpan rowSpan() const;
|
||||
@@ -110,7 +110,7 @@ protected:
|
||||
void updateFonts() override;
|
||||
|
||||
private:
|
||||
virtual void doRenderWindowContent( QPaintDevice* paintDevice ) override;
|
||||
void doRenderWindowContent( QPaintDevice* paintDevice ) override;
|
||||
virtual void handleKeyPressEvent( QKeyEvent* event ) {}
|
||||
virtual void handleWheelEvent( QWheelEvent* event ) {}
|
||||
virtual RiuQwtPlotWidget* doCreatePlotViewWidget( QWidget* parent ) = 0;
|
||||
|
||||
Reference in New Issue
Block a user