mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 06:30:55 +00:00
Fix SIGTERM unexpectedly quitting the host app
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user