#2369 Elm Props: Close selected files

This commit is contained in:
Rebecca Cox
2018-01-12 16:18:54 +01:00
parent 3b46849c79
commit 27901f426c
6 changed files with 94 additions and 8 deletions

View File

@@ -132,6 +132,17 @@ void RigFemPartResultsCollection::addElementPropertyFiles(const std::vector<QStr
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RigFemPartResultsCollection::removeElementPropertyFiles(const std::vector<QString>& filenames)
{
for (const QString filename : filenames)
{
m_elementPropertyReader->removeFile(filename.toStdString());
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------