mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-tidy : Remove redundant 'virtual' and add 'override'
This commit is contained in:
@@ -38,7 +38,7 @@ class RicSummaryCurveCreatorDialog : public QDialog
|
||||
Q_OBJECT
|
||||
public:
|
||||
RicSummaryCurveCreatorDialog(QWidget* parent);
|
||||
~RicSummaryCurveCreatorDialog();
|
||||
~RicSummaryCurveCreatorDialog() override;
|
||||
|
||||
void updateFromSummaryPlot(RimSummaryPlot* summaryPlot);
|
||||
void updateFromDefaultCases(const std::vector<caf::PdmObject*> defaultSources);
|
||||
|
||||
Reference in New Issue
Block a user