mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1061 Add missing override keyword in ApplicationCode.
This commit is contained in:
@@ -24,7 +24,7 @@ class RiuQwtPlotLegend : public QwtLegend
|
||||
Q_OBJECT
|
||||
public:
|
||||
RiuQwtPlotLegend( QWidget* parent = nullptr );
|
||||
void resizeEvent( QResizeEvent* event );
|
||||
void resizeEvent( QResizeEvent* event ) override;
|
||||
QSize sizeHint() const override;
|
||||
public slots:
|
||||
void updateLegend( const QVariant&, const QList<QwtLegendData>& ) override;
|
||||
|
||||
Reference in New Issue
Block a user