mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +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) {
|
if (!keepInterfaceRunning) {
|
||||||
QtApplication.invokeDelegate();
|
QtApplication.invokeDelegate();
|
||||||
}
|
}
|
||||||
|
QtNative.terminateQt();
|
||||||
|
QtNative.setActivity(null,null);
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue