Rename RiaApplication::handleEvents -> invokeProcessEvents

This commit is contained in:
Gaute Lindkvist
2019-05-06 10:40:05 +02:00
parent 57b33b0d4c
commit 274dee70fa
6 changed files with 7 additions and 7 deletions

View File

@@ -1163,7 +1163,7 @@ void RiaApplication::waitUntilCommandObjectsHasBeenProcessed()
while (!mutexLockedSuccessfully)
{
handleEvents();
invokeProcessEvents();
mutexLockedSuccessfully = m_commandQueueLock.tryLock();
}