mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Python: close project before QCoreApplication::quit when told to exit by gRPC call
This commit is contained in:
@@ -1692,6 +1692,7 @@ void RiaGuiApplication::runIdleProcessing()
|
||||
#ifdef ENABLE_GRPC
|
||||
if (RiaGrpcServer::receivedExitRequest())
|
||||
{
|
||||
closeProject();
|
||||
m_grpcServer->quit();
|
||||
QCoreApplication::quit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user