# not the right place to do this. the list should do it (else the model needs a back-reference to the list), however in addSessionAndConference we can't avoid doing it -Dan
# not the right place to do this. the list should do it (else the model needs a back-reference to the list), however in addSessionAndConference we can't avoid doing it -Dan
...
@@ -2180,7 +2177,6 @@ class AudioSessionModel(QAbstractListModel):
...
@@ -2180,7 +2177,6 @@ class AudioSessionModel(QAbstractListModel):
return
return
ifsiblingnotinself.sessions:
ifsiblingnotinself.sessions:
raiseValueError('sibling %r not in sessions list'%sibling)
raiseValueError('sibling %r not in sessions list'%sibling)
@@ -2280,29 +2275,6 @@ class AudioSessionModel(QAbstractListModel):
...
@@ -2280,29 +2275,6 @@ class AudioSessionModel(QAbstractListModel):
session_list.scrollToBottom()
session_list.scrollToBottom()
self.structureChanged.emit()
self.structureChanged.emit()
def_SH_BlinkSessionClientConferenceChanged(self,old_conference,new_conference):# would this better be handled by the audio session item itself? (apparently not) -Dan