--- a/Graphics/ApplicationDiagramBuilder.py Thu Jan 10 19:15:10 2013 +0100
+++ b/Graphics/ApplicationDiagramBuilder.py Sat Jan 12 18:44:39 2013 +0100
@@ -82,6 +82,7 @@
moduleDict[name] = mod
finally:
progress.setValue(tot)
+ progress.deleteLater()
return moduleDict
def buildDiagram(self):