(#396) Adding a trace when creating a new well log plot

Did some refactoring - moved creation code to command feature.
This commit is contained in:
Pål Hagen
2015-09-03 09:46:26 +02:00
parent 2288130f6a
commit bcab7f2248
3 changed files with 11 additions and 23 deletions

View File

@@ -38,9 +38,4 @@ public:
virtual ~RimWellLogPlotCollection();
caf::PdmChildArrayField<RimWellLogPlot*> wellLogPlots;
void addWellLogPlot();
private:
caf::PdmField<bool> show;
};