Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

reporegistry: delete unneeded columnCount() overrides

Changeset 0d32413d141c

Parent 24d7f2779b3a

by Adrian Buehlmann

Changes to one file · Browse files at 0d32413d141c Showing diff from parent 24d7f2779b3a Diff from another changeset...

 
53
54
55
56
57
58
59
60
61
 
69
70
71
72
73
74
75
76
77
 
53
54
55
 
 
 
56
57
58
 
66
67
68
 
 
 
69
70
71
@@ -53,9 +53,6 @@
  RepoTreeItem.__init__(self, parent)   self.rootpath = rootpath   - def columnCount(self): - return 2 -   def data(self, column):   if column == 0:   return QVariant(os.path.basename(self.rootpath)) @@ -69,9 +66,6 @@
  RepoTreeItem.__init__(self, parent)   self.name = name   - def columnCount(self): - return 2 -   def data(self, column):   if column == 0:   return QVariant(self.name)