Skip to content

Commit

Permalink
program kapatıldığında oto başlatma kapanmıyordu. Bu düzeltir diye um…
Browse files Browse the repository at this point in the history
…uyorum.
  • Loading branch information
mthnzbk committed Jun 3, 2016
1 parent 786017a commit cb27c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kaptan5/kaptan.py
Expand Up @@ -50,6 +50,7 @@ def __init__(self):
self.otherId = self.addPage(OtherWidget(self))

self.currentIdChanged.connect(self.optionsAccepted)
self.button(QWizard.FinishButton).clicked.connect(self.close)

summaryVisible = pyqtSignal()
def optionsAccepted(self, id):
Expand Down

0 comments on commit cb27c03

Please sign in to comment.