mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Revert "Progress: optionally call QApplication::processEvents on progress updates."
This reverts commit eb762fd122.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user