Remove QMessageBox dependency in NWProject class

This commit is contained in:
Veronica K. B. Olsen
2020-12-05 19:13:36 +01:00
parent 57397fa2bc
commit c17d4de0a5
3 changed files with 49 additions and 47 deletions
+2 -1
View File
@@ -109,7 +109,8 @@ class NWStatus():
return
def countEntry(self, theLabel):
"""Lookup the usage count of a given entry.
"""Increment the counter for a given label. This should be used
together with resetCounts in a loop over project items.
"""
theIndex = self.lookupEntry(theLabel)
if theIndex is not None: