mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Release 2023.06
This commit is contained in:
@@ -356,8 +356,7 @@ QString RimCase::uniqueShortNameCase( RimCase* rimCase, int shortNameLengthLimit
|
||||
{
|
||||
std::set<QString> allAutoShortNames;
|
||||
|
||||
std::vector<RimCase*> allCases;
|
||||
RimProject::current()->descendantsOfType( allCases );
|
||||
std::vector<RimCase*> allCases = RimProject::current()->descendantsOfType<RimCase>();
|
||||
|
||||
for ( RimCase* rCase : allCases )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user