2331:9e623311630d | 2334:fc69ad77e18a |
---|---|
80 else: | 80 else: |
81 name = mod.name | 81 name = mod.name |
82 moduleDict[name] = mod | 82 moduleDict[name] = mod |
83 finally: | 83 finally: |
84 progress.setValue(tot) | 84 progress.setValue(tot) |
85 progress.deleteLater() | |
85 return moduleDict | 86 return moduleDict |
86 | 87 |
87 def buildDiagram(self): | 88 def buildDiagram(self): |
88 """ | 89 """ |
89 Public method to build the packages shapes of the diagram. | 90 Public method to build the packages shapes of the diagram. |