(#411) Setting well log plot title in the viewer's window title bar

This commit is contained in:
Pål Hagen
2015-09-04 17:01:33 +02:00
parent 15d34498e3
commit 469bcb63d9
2 changed files with 17 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ public:
virtual ~RimWellLogPlot();
void setDescription(const QString& description);
void updateViewerWidgetWindowTitle();
void addTrace(RimWellLogPlotTrace* trace);
size_t traceCount() { return traces.size();}