remove show() in waiting dialog

This commit is contained in:
ThomasV 2013-09-30 17:43:31 +02:00
parent 818d53fce2
commit 1fdb8be42f
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ class InstallWizard(QDialog):
vbox = QVBoxLayout(self)
self.waiting_label = QLabel(msg)
vbox.addWidget(self.waiting_label)
self.show()
t = threading.Thread(target = target)
t.start()
self.exec_()