Debugger/WatchPointModel.py

branch
5_0_x
changeset 534
7d247a767510
parent 13
1af94a91f439
child 792
a13346916170
equal deleted inserted replaced
530:ff77c9153c47 534:7d247a767510
40 """ 40 """
41 Public method to get the current column count. 41 Public method to get the current column count.
42 42
43 @return column count (integer) 43 @return column count (integer)
44 """ 44 """
45 return len(self.header) + 1 45 return len(self.header)
46 46
47 def rowCount(self, parent = QModelIndex()): 47 def rowCount(self, parent = QModelIndex()):
48 """ 48 """
49 Public method to get the current row count. 49 Public method to get the current row count.
50 50

eric ide

mercurial