Skip to content

Commit

Permalink
Alert the window on controller.finished signal pyblish#227
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Mar 1, 2017
1 parent 56e4a02 commit 27a3895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyblish_qml/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def __init__(self, source):

host = ipc.client.Proxy()
controller = control.Controller(host)
controller.finished.connect(lambda: window.alert(0))

context = engine.rootContext()
context.setContextProperty("app", controller)
Expand Down

0 comments on commit 27a3895

Please sign in to comment.