mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
e5caf93e23
commit
446eda80c9
3 changed files with 426 additions and 430 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue