Janitor : Fix invalid rename introduce by horizontal/vertical depth log plots

Fix deprecated
This commit is contained in:
Magne Sjaastad
2022-03-08 08:42:21 +01:00
parent 6700c21086
commit 728885a6c8
23 changed files with 67 additions and 66 deletions

View File

@@ -163,8 +163,8 @@ public:
virtual RimSummaryPlotSourceStepping* sourceSteppingObjectForKeyEventHandling() const;
virtual std::vector<caf::PdmFieldHandle*> fieldsToShowInToolbar();
void setAutoScalePropertyValuesEnabled( bool enabled ) override;
void setAutoScaleDepthValuesEnabled( bool enabled ) override;
void setAutoScaleXEnabled( bool enabled ) override;
void setAutoScaleYEnabled( bool enabled ) override;
RiuPlotWidget* plotWidget() override;
void zoomAll() override;
void updateZoomInParentPlot() override;