Commit c2e721f3 authored by Dan Pascu's avatar Dan Pascu

Removed old comments that no longer apply

parent 9393e4ba
...@@ -5163,7 +5163,6 @@ class SessionManager(object): ...@@ -5163,7 +5163,6 @@ class SessionManager(object):
inbound_ringtone = RingtoneDescriptor() inbound_ringtone = RingtoneDescriptor()
outbound_ringtone = RingtoneDescriptor() outbound_ringtone = RingtoneDescriptor()
hold_tone = RingtoneDescriptor() hold_tone = RingtoneDescriptor()
# have the hangup tone also a descriptor that is not reset to Null when it ends playing, but after the cooldown period -Dan
def __init__(self): def __init__(self):
self.sessions = [] self.sessions = []
...@@ -5177,7 +5176,7 @@ class SessionManager(object): ...@@ -5177,7 +5176,7 @@ class SessionManager(object):
self.outbound_ringtone = Null self.outbound_ringtone = Null
self.hold_tone = Null self.hold_tone = Null
self._hangup_tone_timer = QTimer() # we should consider replacing this with a timestamp -Dan self._hangup_tone_timer = QTimer()
self._hangup_tone_timer.setInterval(1000) self._hangup_tone_timer.setInterval(1000)
self._hangup_tone_timer.setSingleShot(True) self._hangup_tone_timer.setSingleShot(True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment