Commit d72a0b44 authored by Jørn Bersvendsen's avatar Jørn Bersvendsen
Browse files

Fixed cleanup of QApplication when unloading ActiveQt DLL


When an ActiveQt server starts, it creates a QApplication and tries to
mimic the behavior of QCoreApplication::exec(). However, when
destroying the QApplication in qaxserverdll.cpp DllCanUnloadNow(), it
now performs the same cleanup as QCoreApplication::exec(). This is a
partial fix for QTBUG-56172.

Task-number: QTBUG-56172
Change-Id: Ibf8c411f8a1534beee61a738be3fd414de73f0ad
Reviewed-by: default avatarFredrik Orderud <forderud@gmail.com>
Reviewed-by: default avatarAndy Shaw <andy.shaw@qt.io>
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@qt.io>
Showing with 253 additions and 146 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment