mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format: Set column width to 140
* Set column width to 140 * Use c++20 * Remove redundant virtual
This commit is contained in:
@@ -97,10 +97,10 @@ protected:
|
||||
private:
|
||||
// Overridden PDM methods
|
||||
caf::PdmFieldHandle* objectToggleField() override;
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
|
||||
void loadDataAndUpdatePlotCollectionsWithProgressInfo( const std::vector<RimPlotCollection*>& );
|
||||
void loadDataAndUpdatePlotCollections( const std::vector<RimPlotCollection*>& );
|
||||
void loadDataAndUpdatePlotCollectionsWithProgressInfo( const std::vector<RimPlotCollection*>& );
|
||||
void loadDataAndUpdatePlotCollections( const std::vector<RimPlotCollection*>& );
|
||||
std::vector<RimPlotCollection*> plotCollectionsWithFormations() const;
|
||||
std::vector<RimPlotCollection*> plotCollectionsWithCompletions() const;
|
||||
std::vector<RimPlotCollection*> allPlotCollections() const;
|
||||
|
||||
Reference in New Issue
Block a user