mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Shutdown guard
This commit is contained in:
committed by
Roland Winklmeier
parent
ad10470eb1
commit
a2ab62a25a
@@ -164,6 +164,7 @@ namespace BlackGui
|
||||
|
||||
void CLoginComponent::mainInfoAreaChanged(const QWidget *currentWidget)
|
||||
{
|
||||
if (!sGui || sGui->isShuttingDown()) { return; }
|
||||
m_logoffCountdownTimer.stop(); // in any case stop the timer
|
||||
if (currentWidget != this && currentWidget != this->parentWidget())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user