Fix SIGTERM unexpectedly quitting the host app

This commit is contained in:
Cameron Gutman
2025-12-23 01:09:21 -06:00
parent 85ea28287e
commit b80d2a00c0
4 changed files with 17 additions and 10 deletions
+2 -2
View File
@@ -123,7 +123,7 @@ public:
void flushWindowEvents();
void setShouldExitAfterQuit();
void setShouldExit(bool quitHostApp = false);
signals:
void stageStarting(QString stage);
@@ -262,7 +262,7 @@ private:
int m_MouseEmulationRefCount;
int m_FlushingWindowEventsRef;
QStringList m_LaunchWarnings;
bool m_ShouldExitAfterQuit;
bool m_ShouldExit;
bool m_AsyncConnectionSuccess;
int m_PortTestResults;