Restore the default message handler on application shutdown. Fixes sporadic segfaults on exit.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24599 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2010-02-11 19:51:50 +00:00
parent e5caf93e23
commit 446eda80c9
3 changed files with 426 additions and 430 deletions

View file

@ -64,6 +64,7 @@ class RbUtilQt : public QMainWindow
bool m_auto;
private slots:
void shutdown(void);
void about(void);
void help(void);
void sysinfo(void);