#3958 Refactoring: Remove more direct use of scalarResultIndex related to CellEdge

This commit is contained in:
Jacob Støren
2019-01-23 16:42:03 +01:00
parent d8eded7d49
commit 98f2b50180
4 changed files with 13 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ public:
return (m_resultName < other.m_resultName);
}
size_t scalarResultIndex;
size_t scalarResultIndex; // Temporary. Must be removed
RiaDefines::ResultCatType m_resultCatType;
QString m_resultName;