84 |
84 |
85 siteList = self.__manager.allSiteNames() |
85 siteList = self.__manager.allSiteNames() |
86 for index in range(row, lastRow + 1): |
86 for index in range(row, lastRow + 1): |
87 self.__manager.removePassword(siteList[index]) |
87 self.__manager.removePassword(siteList[index]) |
88 |
88 |
89 # removeEngine emits changed() |
|
90 #self.endRemoveRows() |
|
91 |
|
92 return True |
89 return True |
93 |
90 |
94 def rowCount(self, parent=None): |
91 def rowCount(self, parent=None): |
95 """ |
92 """ |
96 Public method to get the number of rows of the model. |
93 Public method to get the number of rows of the model. |