forked from qt-creator/qt-creator
Replace the call to SynchronousProcess::run() by asynchronous call that invokes a process. This change may be tested by applying the additional patch mentioned in QTCREATORBUG-25385 description. Don't call the SynchronousProcess::run() from the main thread when the Quit event was already scheduled for qApp, since the Quit event will get removed from the awaiting queue by a call to QEventLoop::exec(). Fixes: QTCREATORBUG-25385 Change-Id: I8af39552443bfa9b3af6e31ddce85a01b91bbbd8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
6.4 KiB
6.4 KiB