mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename RiaApplication::handleEvents -> invokeProcessEvents
This commit is contained in:
@@ -1163,7 +1163,7 @@ void RiaApplication::waitUntilCommandObjectsHasBeenProcessed()
|
||||
|
||||
while (!mutexLockedSuccessfully)
|
||||
{
|
||||
handleEvents();
|
||||
invokeProcessEvents();
|
||||
|
||||
mutexLockedSuccessfully = m_commandQueueLock.tryLock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user