#1061 Add missing override keyword in ApplicationCode.

This commit is contained in:
Kristian Bendiksen
2020-09-14 21:47:48 +02:00
parent 69a1901904
commit 724131d310
27 changed files with 45 additions and 41 deletions

View File

@@ -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;