refs #258, notification sound for voice rooms in context

This commit is contained in:
Klaus Basan
2014-06-05 03:00:13 +02:00
parent 21b88b373e
commit e823f87bab
5 changed files with 31 additions and 12 deletions

View File

@@ -153,9 +153,9 @@ namespace BlackCore
/*
* Notification sound
*/
void CContextAudioProxy::playNotification(uint notification) const
void CContextAudioProxy::playNotification(uint notification, bool considerSettings) const
{
this->m_dBusInterface->callDBus(QLatin1Literal("playNotification"), notification);
this->m_dBusInterface->callDBus(QLatin1Literal("playNotification"), notification, considerSettings);
}
/*