Commit 9ef72fe5 authored by Rafaël Carré's avatar Rafaël Carré

qt4: delete the QApplication when we are finished using it, removes an ugly...

qt4: delete the QApplication when we are finished using it, removes an ugly QObject::killTimers warning.
parent e27ff969
...@@ -279,6 +279,7 @@ static void Init( intf_thread_t *p_intf ) ...@@ -279,6 +279,7 @@ static void Init( intf_thread_t *p_intf )
/* Launch */ /* Launch */
app->exec(); app->exec();
delete app;
/* And quit */ /* And quit */
MainInputManager::killInstance(); MainInputManager::killInstance();
......
Markdown is supported
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