Merge branch 'really-fix-cleanup'

Really fix logging during app cleanup.

See #24272.
This commit is contained in:
Vadim Zeitlin 2024-02-03 21:53:24 +01:00
commit e20a994b1f
7 changed files with 33 additions and 41 deletions

View file

@ -41,8 +41,6 @@ public:
// override base class (pure) virtuals
// -----------------------------------
virtual void Exit();
virtual void WakeUpIdle();
virtual bool OnInitGui();