mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Caches: rename "get" to "getThreadLocal" and rename "getCopy" to get.
This commit is contained in:
committed by
Klaus Basan
parent
332d8e5fc8
commit
9bef6854ca
@@ -419,7 +419,7 @@ namespace BlackCore
|
||||
Q_ASSERT(this->m_voice);
|
||||
if (m_debugEnabled) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO << notification; }
|
||||
|
||||
bool play = !considerSettings || m_audioSettings.get().getNotificationFlag(notification);
|
||||
bool play = !considerSettings || m_audioSettings.getThreadLocal().getNotificationFlag(notification);
|
||||
if (play)
|
||||
{
|
||||
CSoundGenerator::playNotificationSound(90, notification);
|
||||
|
||||
Reference in New Issue
Block a user