mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 11:52:47 +02:00
moving qt shutdown and resetting qtactivity to onstop
This commit is contained in:
parent
c46d73128b
commit
7a4401276c
1 changed files with 2 additions and 0 deletions
|
@ -650,6 +650,8 @@ public class QtActivity extends Activity {
|
|||
if (!keepInterfaceRunning) {
|
||||
QtApplication.invokeDelegate();
|
||||
}
|
||||
QtNative.terminateQt();
|
||||
QtNative.setActivity(null,null);
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue