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:
@@ -1230,7 +1230,7 @@ void RiaGuiApplication::showErrorMessage(const QString& errMsg)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiaGuiApplication::handleEvents(QEventLoop::ProcessEventsFlags flags)
|
||||
void RiaGuiApplication::invokeProcessEvents(QEventLoop::ProcessEventsFlags flags)
|
||||
{
|
||||
processEvents(flags);
|
||||
}
|
||||
@@ -1374,7 +1374,7 @@ void RiaGuiApplication::onProjectClosed()
|
||||
void RiaGuiApplication::cleanupBeforeProgramExit()
|
||||
{
|
||||
closeAllWindows();
|
||||
handleEvents();
|
||||
invokeProcessEvents();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user