Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

repotreemodel: use new style signal emit

Changeset ae704b24edd2

Parent a7da21fb820c

by Steve Borho

Changes to one file · Browse files at ae704b24edd2 Showing diff from parent a7da21fb820c Diff from another changeset...

 
194
195
196
197
 
198
199
200
 
194
195
196
 
197
198
199
200
@@ -194,7 +194,7 @@
  return False   item = index.internalPointer()   if item.setData(index.column(), value): - self.emit(SIGNAL('dataChanged(index, index)'), index, index) + self.dataChanged.emit(index, index)   return True   return False