85 Private slot to delete the selected documentation sets. |
85 Private slot to delete the selected documentation sets. |
86 """ |
86 """ |
87 yes = EricMessageBox.yesNo( |
87 yes = EricMessageBox.yesNo( |
88 self, |
88 self, |
89 self.tr("Delete Documentation Sets"), |
89 self.tr("Delete Documentation Sets"), |
90 self.tr( |
90 self.tr("""Shall the selected documentation sets really be deleted?"""), |
91 """Shall the selected documentation sets really be deleted?""" |
|
92 ), |
|
93 ) |
91 ) |
94 if yes: |
92 if yes: |
95 for itm in self.documentationList.selectedItems(): |
93 for itm in self.documentationList.selectedItems(): |
96 if itm.parent is None: |
94 if itm.parent is None: |
97 # it is a category item, skip it |
95 # it is a category item, skip it |