mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #804 Fixed Clang static analysis warnings.
This commit is contained in:
committed by
Klaus Basan
parent
132ffa9ec2
commit
096e1e9a81
@@ -148,9 +148,15 @@ namespace BlackSound
|
||||
}
|
||||
else
|
||||
{
|
||||
if (this->m_pushTimer) this->m_pushTimer->stop();
|
||||
this->m_pushTimer->disconnect(this);
|
||||
if (this->m_playMode == CNotificationSounds::SingleWithAutomaticDeletion) this->stop();
|
||||
if (this->m_pushTimer)
|
||||
{
|
||||
this->m_pushTimer->stop();
|
||||
this->m_pushTimer->disconnect(this);
|
||||
}
|
||||
if (this->m_playMode == CNotificationSounds::SingleWithAutomaticDeletion)
|
||||
{
|
||||
this->stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user