Revert "Progress: optionally call QApplication::processEvents on progress updates."

This reverts commit eb762fd122.
This commit is contained in:
Magne Sjaastad
2024-09-10 08:18:37 +02:00
parent 1235c3f92e
commit cfc97bb615
3 changed files with 17 additions and 28 deletions

View File

@@ -174,7 +174,7 @@ bool RimWellPathCollection::loadDataAndUpdate()
return count;
};
caf::ProgressInfo progress( allWellPaths().size() + countWellLogs( allWellPaths() ) + 2, "Reading well paths from file", false, true, false );
caf::ProgressInfo progress( allWellPaths().size() + countWellLogs( allWellPaths() ) + 2, "Reading well paths from file", false, true );
readWellPathFormationFiles();