Пример #1
0
 def insertEvent(self, event):
     """
         wrap CollectorModel.insertEvent to update the element count
     """
     CollectorModel.insertEvent(self, event)
     self.updateCount()
Пример #2
0
 def insertEvent(self, event):
     """
         wrap CollectorModel.insertEvent to update the element count
     """
     CollectorModel.insertEvent(self, event)
     self.updateCount()