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