mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Update ShutdownEventListener to not stop event handling
This commit is contained in:
parent
38a14c3864
commit
b0a0760be2
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ bool ShutdownEventListener::nativeEventFilter(const QByteArray &eventType, void*
|
|||
}
|
||||
}
|
||||
#endif
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue