#2170 Summary Plot : Show info text when no common identifier is detected

This commit is contained in:
Magne Sjaastad
2017-12-01 13:37:01 +01:00
parent 7f31c245ae
commit 68bcd5253b
2 changed files with 29 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ private:
caf::PdmField<QString> m_wellGroupName;
caf::PdmField<int> m_region;
caf::PdmField<QString> m_quantity;
caf::PdmField<QString> m_placeholderForLabel;
SourceSteppingType m_sourceSteppingType;
std::pair<RifSummaryReaderInterface*, RiaSummaryCurveAnalyzer> m_curveAnalyzerForReader;