mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-06 06:03:23 -06:00
Fixes by clang-tidy
This commit is contained in:
parent
5c0082f20b
commit
e1990afbae
@ -37,7 +37,7 @@ class RiuSummaryPlot : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
RiuSummaryPlot( RimSummaryPlot* plot );
|
||||
~RiuSummaryPlot();
|
||||
~RiuSummaryPlot() override;
|
||||
|
||||
virtual void useDateBasedTimeAxis(
|
||||
const QString& dateFormat,
|
||||
|
@ -45,7 +45,7 @@ class RiuSummaryQwtPlot : public RiuSummaryPlot
|
||||
|
||||
public:
|
||||
RiuSummaryQwtPlot( RimSummaryPlot* plot, QWidget* parent = nullptr );
|
||||
~RiuSummaryQwtPlot();
|
||||
~RiuSummaryQwtPlot() override;
|
||||
|
||||
void useDateBasedTimeAxis( const QString& dateFormat,
|
||||
const QString& timeFormat,
|
||||
|
Loading…
Reference in New Issue
Block a user