Home
last modified time | relevance | path

Searched refs:_soundNotify (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/core/
H A Dcore_settings.h150 return _soundNotify; in soundNotify()
153 _soundNotify = value; in setSoundNotify()
654 bool _soundNotify = true; variable
H A Dcore_settings.cpp144 << qint32(_soundNotify ? 1 : 0) in serialize()
246 qint32 soundNotify = _soundNotify ? 1 : 0; in addFromSerialized()
484 _soundNotify = (soundNotify == 1); in addFromSerialized()
807 _soundNotify = true; in resetOnLastLogout()